Skip to content

Commit

Permalink
Put back flaky tag for test_logging_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Nov 21, 2024
1 parent 33cc2c2 commit b5f9caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/everest/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def string_exists_in_file(file_path, string):
return string in txt


@pytest.mark.flaky(reruns=5)
@pytest.mark.timeout(60) # Simulation might not finish
@pytest.mark.integration_test
@pytest.mark.xdist_group(name="starts_everest")
Expand Down

0 comments on commit b5f9caa

Please sign in to comment.