Skip to content

Commit b206242

Browse files
committed
Skip ipyparallel test on MacOS
1 parent 6bb5d28 commit b206242

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
@@ -106,6 +106,7 @@ def test_stop_after_goal():
106106
OPERATING_SYSTEM == "Windows" and sys.version_info >= (3, 7),
107107
reason="Gets stuck in CI",
108108
)
109+
@pytest.mark.skipif(OPERATING_SYSTEM == "Darwin", reason="Cannot stop ipcluster")
109110
def test_ipyparallel_executor():
110111
from ipyparallel import Client
111112

0 commit comments

Comments
 (0)