Skip to content

Commit

Permalink
Add missing Pytest marks to AsyncIO unit test (#5968)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Aug 1, 2020
1 parent 5f3c811 commit bf2990e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python-gpu/test_gpu_with_dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ async def run_from_dask_array_asyncio(scheduler_address):
return output


@pytest.mark.skipif(**tm.no_dask())
@pytest.mark.mgpu
def test_with_asyncio():
with LocalCUDACluster() as cluster:
with Client(cluster) as client:
Expand Down

0 comments on commit bf2990e

Please sign in to comment.