Skip to content

Commit 1c05ef6

Browse files
committed
maybe fixes it
1 parent d3fd920 commit 1c05ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_rpc_handlers_simcore_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ async def _fake_download_to_file_or_raise(session, url, dest_path):
466466
)
467467
],
468468
)
469-
@pytest.mark.parametrize("num_concurrent_calls", [1, 20], ids=str)
469+
@pytest.mark.parametrize("num_concurrent_calls", [1], ids=str)
470470
async def test_create_and_delete_folders_from_project(
471471
set_log_levels_for_noisy_libraries: None,
472472
initialized_app: FastAPI,

0 commit comments

Comments
 (0)