Skip to content

Commit

Permalink
[ci] skip Dask tests on GPU builds (#5741)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Feb 25, 2023
1 parent 1f828f4 commit fe15761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python_package_test/test_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

pytestmark = [
pytest.mark.skipif(getenv('TASK', '') == 'mpi', reason='Fails to run with MPI interface'),
pytest.mark.skipif(getenv('TASK', '') == 'gpu', reason='Fails to run with GPU interface'),
pytest.mark.skipif(getenv('TASK', '') == 'cuda', reason='Fails to run with CUDA interface')
]

Expand Down

0 comments on commit fe15761

Please sign in to comment.