We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd6940 commit d735270Copy full SHA for d735270
adaptive/tests/test_runner.py
@@ -130,6 +130,7 @@ def test_ipyparallel_executor():
130
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
131
@pytest.mark.skipif(OPERATING_SYSTEM == "Windows", reason="XXX: seems to always fail")
132
@pytest.mark.skipif(OPERATING_SYSTEM == "Darwin", reason="XXX: intermittently fails")
133
+@pytest.mark.skipif(OPERATING_SYSTEM == "Linux", reason="XXX: intermittently fails")
134
def test_distributed_executor():
135
from distributed import Client
136
0 commit comments