Skip to content

Commit

Permalink
Use tmpdir for test_cpu_seconds_can_detect_multiprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Oct 24, 2024
1 parent bd213b7 commit 59d527c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/forward_model_runner/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_run_with_process_failing(

@pytest.mark.flaky(reruns=5)
@pytest.mark.integration_test
@pytest.mark.usefixtures("use_tmpdir")
def test_cpu_seconds_can_detect_multiprocess():
"""Run a job that sets of two simultaneous processes that
each run for 1 second. We should be able to detect the total
Expand Down

0 comments on commit 59d527c

Please sign in to comment.