Unverified Commit fe15761b authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] skip Dask tests on GPU builds (#5741)

parent 1f828f4e
...@@ -57,6 +57,7 @@ task_to_local_factory = { ...@@ -57,6 +57,7 @@ task_to_local_factory = {
pytestmark = [ pytestmark = [
pytest.mark.skipif(getenv('TASK', '') == 'mpi', reason='Fails to run with MPI interface'), 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') pytest.mark.skipif(getenv('TASK', '') == 'cuda', reason='Fails to run with CUDA interface')
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment