diff --git a/dpnp/tests/test_special.py b/dpnp/tests/test_special.py index 1ebb64d8da7..075bef5aeca 100644 --- a/dpnp/tests/test_special.py +++ b/dpnp/tests/test_special.py @@ -106,6 +106,9 @@ def test_erfc(self, inverse): atol=self.tol, ) + @pytest.mark.usefixtures( + "suppress_overflow_encountered_in_cast_numpy_warnings" + ) def test_erfcx(self, inverse): self._check_variant_func( inverse,