Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed May 23, 2023
1 parent 3d256ba commit c4c2f53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def pytest_configure(config):


ci_xfail_ids = [
# https://github.com/rapidsai/cudf/issues/11320
"test_signatures.py::test_buffer_method[cudf-__dlpack__]",
"test_signatures.py::test_buffer_method[cudf-__dlpack_device__]",
# https://github.com/vaexio/vaex/issues/2083
"test_from_dataframe.py::test_from_dataframe_roundtrip[vaex-pandas]",
# TODO: triage
Expand All @@ -63,6 +60,7 @@ def pytest_configure(config):
ci_skip_ids = [
# https://github.com/rapidsai/cudf/issues/11332
"test_column_object.py::test_describe_categorical[cudf]",
"test_column_object.py::test_describe_categorical_on_categorical[cudf]",
# https://github.com/vaexio/vaex/issues/2118
# https://github.com/vaexio/vaex/issues/2139
"test_column_object.py::test_dtype[vaex]",
Expand Down

0 comments on commit c4c2f53

Please sign in to comment.