diff --git a/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests/test_pytorch.py b/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests/test_pytorch.py index ae9db3836a6..ad287471aa0 100644 --- a/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests/test_pytorch.py +++ b/python/cudf/cudf_pandas_tests/third_party_integration_tests/tests/test_pytorch.py @@ -121,8 +121,6 @@ def test_torch_tensor_ctor(): return torch.tensor(s.values) -@pytest.mark.xfail_cudf_pandas(reason="Known failure, see xdf/#210") -@pytest.mark.xfail_compare def test_torch_tensor_from_numpy(): s = pd.Series(range(5)) return torch.from_numpy(s.values)