Skip to content

Commit b79b842

Browse files
committed
Remove stress test export
1 parent 135c8c1 commit b79b842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_stress_test_image_upload_download.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ def test_upload_stress(tmpdir):
3535
count = sa.get_project_image_count(project)
3636
assert count == 40670
3737

38-
export = sa.prepare_export(project)
39-
sa.download_export(project, export, tmpdir)
38+
# export = sa.prepare_export(project)
39+
# sa.download_export(project, export, tmpdir)
4040

41-
count_in_project = sa.get_project_image_count(project)
42-
count_in_folder = len(list(Path(tmpdir).glob("*.jpg")))
41+
# count_in_project = sa.get_project_image_count(project)
42+
# count_in_folder = len(list(Path(tmpdir).glob("*.jpg")))
4343

44-
assert count_in_project == count_in_folder
44+
# assert count_in_project == count_in_folder

0 commit comments

Comments
 (0)