We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb5d28 commit a596bcdCopy full SHA for a596bcd
adaptive/tests/test_runner.py
@@ -106,6 +106,7 @@ def test_stop_after_goal():
106
OPERATING_SYSTEM == "Windows" and sys.version_info >= (3, 7),
107
reason="Gets stuck in CI",
108
)
109
+@pytest.mark.skipif(OPERATING_SYSTEM == "Darwin", reason="Cannot stop ipcluster")
110
def test_ipyparallel_executor():
111
from ipyparallel import Client
112
0 commit comments