diff --git a/ngraph/python/tests/test_ngraph/test_reduction.py b/ngraph/python/tests/test_ngraph/test_reduction.py index 6aa94a7c52f..b4bac7f0279 100644 --- a/ngraph/python/tests/test_ngraph/test_reduction.py +++ b/ngraph/python/tests/test_ngraph/test_reduction.py @@ -49,7 +49,6 @@ def test_reduction_ops(ng_api_helper, numpy_function, reduction_axes): assert np.allclose(result, expected) -@pytest.mark.xfail(reason="RuntimeError: Incorrect Reduce layer type") @pytest.mark.parametrize( "ng_api_helper, numpy_function, reduction_axes", [