From 674a5bcdc448aa05cce339ce3a87ea23c7a4c3d0 Mon Sep 17 00:00:00 2001 From: DanSava Date: Thu, 21 Nov 2024 09:57:47 +0200 Subject: [PATCH] Put back flaky tag for test_logging_setup --- tests/everest/test_logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/everest/test_logging.py b/tests/everest/test_logging.py index 51f7b60bfd3..cbbb1019668 100644 --- a/tests/everest/test_logging.py +++ b/tests/everest/test_logging.py @@ -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")