Skip to content

Commit 99729c7

Browse files
committed
flaky test
1 parent 98364b6 commit 99729c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/storage/tests/unit/test_handlers_simcore_s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ async def test_create_and_delete_folders_from_project(
516516
)
517517

518518

519+
@pytest.mark.flaky(max_runs=3)
519520
@pytest.mark.parametrize(
520521
"location_id",
521522
[SimcoreS3DataManager.get_location_id()],

services/web/server/tests/unit/with_dbs/04/studies_dispatcher/test_studies_dispatcher_studies_access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ async def enforce_garbage_collect_guest(uid):
413413
assert data["login"] != user_email
414414

415415

416+
@pytest.mark.flaky(max_runs=3)
416417
@pytest.mark.parametrize("number_of_simultaneous_requests", [1, 2, 32])
417418
async def test_guest_user_is_not_garbage_collected(
418419
number_of_simultaneous_requests: int,

0 commit comments

Comments
 (0)