Skip to content

Commit

Permalink
Merge 835305d into 7a6be90
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev authored Apr 19, 2021
2 parents 7a6be90 + 835305d commit 5d9bc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask_cuda/tests/test_explicit_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def _test_dataframe_merge_empty_partitions(nrows, npartitions):
pd.testing.assert_frame_equal(got, expected)


@pytest.mark.xfail(reason="https://github.com/rapidsai/dask-cuda/issues/575")
def test_dataframe_merge_empty_partitions():
# Notice, we use more partitions than rows
p = mp.Process(target=_test_dataframe_merge_empty_partitions, args=(2, 4))
Expand Down

0 comments on commit 5d9bc00

Please sign in to comment.