Skip to content

Commit

Permalink
skip test_distributed_executor on Linux too
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 24, 2021
1 parent 2bd6940 commit d735270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adaptive/tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_ipyparallel_executor():
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
@pytest.mark.skipif(OPERATING_SYSTEM == "Windows", reason="XXX: seems to always fail")
@pytest.mark.skipif(OPERATING_SYSTEM == "Darwin", reason="XXX: intermittently fails")
@pytest.mark.skipif(OPERATING_SYSTEM == "Linux", reason="XXX: intermittently fails")
def test_distributed_executor():
from distributed import Client

Expand Down

0 comments on commit d735270

Please sign in to comment.