Skip to content

Commit d735270

Browse files
committed
skip test_distributed_executor on Linux too
1 parent 2bd6940 commit d735270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adaptive/tests/test_runner.py

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def test_ipyparallel_executor():
130130
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
131131
@pytest.mark.skipif(OPERATING_SYSTEM == "Windows", reason="XXX: seems to always fail")
132132
@pytest.mark.skipif(OPERATING_SYSTEM == "Darwin", reason="XXX: intermittently fails")
133+
@pytest.mark.skipif(OPERATING_SYSTEM == "Linux", reason="XXX: intermittently fails")
133134
def test_distributed_executor():
134135
from distributed import Client
135136

0 commit comments

Comments
 (0)