diff --git a/dpnp/tests/test_special.py b/dpnp/tests/test_special.py index b7eb159b127..e894c3cc46b 100644 --- a/dpnp/tests/test_special.py +++ b/dpnp/tests/test_special.py @@ -65,6 +65,7 @@ def test_complex(self, func, dt): class TestConsistency: + @pytest.mark.filterwarnings("ignore::RuntimeWarning") def test_erfc(self): # TODO: replace with dpnp.random.RandomState, once pareto is added rng = numpy.random.RandomState(1234)