Skip to content

Commit 812031d

Browse files
committed
skip test_status_actor on macOS
1 parent 3b2ccdd commit 812031d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_executor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ def fn_pass(config: MyConfig | None):
211211
cleanup_log(log)
212212

213213

214+
@pytest.mark.skipif(
215+
os.name == "nt" or os.uname().sysname == "Darwin",
216+
reason="This test hangs locally / on macOS"
217+
)
214218
def test_status_actor():
215219
"""Test the status actor that keeps track of statuses."""
216220

0 commit comments

Comments
 (0)