Skip to content

Commit

Permalink
xfail to_numpy test with nulls
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Sep 28, 2024
1 parent 894fa3a commit fbcdf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/series_only/to_numpy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def test_to_numpy(constructor_eager: Any, request: pytest.FixtureRequest) -> None:
if "pandas_constructor" in str(constructor_eager) or "modin_constructor" in str(
constructor_eager
constructor_eager or "cudf_constructor" in str(constructor_eager)
):
request.applymarker(pytest.mark.xfail)

Expand Down

0 comments on commit fbcdf1c

Please sign in to comment.