Skip to content

Commit 4c32ec0

Browse files
author
Andrei Neagu
committed
restore flaky marker
1 parent 82b4701 commit 4c32ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/director-v2/tests/integration/02/test_mixed_dynamic_sidecar_and_legacy_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ async def _mocked_context_manger(*args, **kwargs) -> AsyncIterator[None]:
229229
)
230230

231231

232+
@pytest.mark.flaky(max_runs=3)
232233
async def test_legacy_and_dynamic_sidecar_run(
233234
initialized_app: FastAPI,
234235
wait_for_catalog_service: Callable[[UserID, str], Awaitable[None]],

0 commit comments

Comments
 (0)