Skip to content

Commit

Permalink
Mark a test as flaky
Browse files Browse the repository at this point in the history
This is a very rare occurence, reruns should be sufficient
  • Loading branch information
berland committed Nov 25, 2024
1 parent fe9926b commit af83a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ert/unit_tests/scheduler/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ async def wait():
assert retries == 1


@pytest.mark.flaky(reruns=3)
@pytest.mark.parametrize("max_running", [0, 1, 2, 10])
async def test_max_running(max_running, mock_driver, storage, tmp_path):
runs: List[bool] = []
Expand Down

0 comments on commit af83a3e

Please sign in to comment.