Skip to content

Commit

Permalink
Skip test_cpu_seconds_can_detect_multiprocess on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 26, 2025
1 parent 04c3713 commit 46e3991
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_run_with_process_failing(mock_process, mock_popen, mock_check_executabl
@pytest.mark.flaky(reruns=10)
@pytest.mark.integration_test
@pytest.mark.usefixtures("use_tmpdir")
@pytest.mark.skip_mac_ci # extremely unreliable on macOS
def test_cpu_seconds_can_detect_multiprocess():
"""Run a fm step that sets of two simultaneous processes that
each run for 1 and 2 seconds respectively. We should be able to detect
Expand Down

0 comments on commit 46e3991

Please sign in to comment.