Skip to content

Commit

Permalink
ignore another segfaulting test
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Apr 12, 2024
1 parent f1eb10c commit 0a71cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/cudf/cudf/pandas/scripts/run-pandas-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ and not test_s3_roundtrip_for_dir[partition_col1] \
and not test_s3_roundtrip"

TEST_THAT_CRASH_PYTEST_WORKERS="not test_bitmasks_pyarrow \
and not test_large_string_pyarrow"
and not test_large_string_pyarrow \
and not test_interchange_from_corrected_buffer_dtypes"

# TODO: Remove "not db" once a postgres & mysql container is set up on the CI
PANDAS_CI="1" timeout 30m python -m pytest -p cudf.pandas \
Expand Down

0 comments on commit 0a71cd3

Please sign in to comment.