Skip to content

Commit

Permalink
mark as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 27, 2023
1 parent 468dd10 commit 281ae27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def _multipart_copy_test(
assert file_content == dest_file_content


@pytest.mark.flaky(reruns=3, only_rerun=["SynapseHTTPError"])
def test_multipart_copy(syn: Synapse, project: Project, schedule_for_cleanup):
"""Test multi part copy using the minimum part size."""
_multipart_copy_test(syn, project, schedule_for_cleanup, MIN_PART_SIZE)
Expand Down

0 comments on commit 281ae27

Please sign in to comment.