Skip to content

Commit

Permalink
Mark failing tests to xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 26, 2023
1 parent e73a314 commit 8e60caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dask_cuda/tests/test_local_cuda_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ async def test_pre_import():


# Intentionally not using @gen_test to skip cleanup checks
@pytest.mark.xfail(reason="https://github.com/rapidsai/dask-cuda/issues/1265")
def test_pre_import_not_found():
async def _test_pre_import_not_found():
with raises_with_cause(RuntimeError, None, ImportError, None):
Expand Down Expand Up @@ -491,6 +492,7 @@ def test_print_cluster_config(capsys):
assert "[plugin]" in captured.out


@pytest.mark.xfail(reason="https://github.com/rapidsai/dask-cuda/issues/1265")
def test_death_timeout_raises():
with pytest.raises(asyncio.exceptions.TimeoutError):
with LocalCUDACluster(
Expand Down

0 comments on commit 8e60caa

Please sign in to comment.