Skip to content

Commit 7aa9a68

Browse files
committed
Skip test_cpu_seconds_can_detect_multiprocess on macOS
1 parent 04c3713 commit 7aa9a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ert/unit_tests/forward_model_runner/test_forward_model_step.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_run_with_process_failing(mock_process, mock_popen, mock_check_executabl
4343
@pytest.mark.flaky(reruns=10)
4444
@pytest.mark.integration_test
4545
@pytest.mark.usefixtures("use_tmpdir")
46+
@pytest.mark.skip_mac_ci # extremely unreliable on macOS
4647
def test_cpu_seconds_can_detect_multiprocess():
4748
"""Run a fm step that sets of two simultaneous processes that
4849
each run for 1 and 2 seconds respectively. We should be able to detect

0 commit comments

Comments
 (0)