Skip to content

Commit

Permalink
mark multiPartUpload test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 27, 2023
1 parent 0dc6492 commit 450cc7c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import hashlib
import os
import random
import pytest
import requests
import string
import tempfile
Expand All @@ -22,6 +23,7 @@
)


@pytest.mark.flaky(reruns=3, only_rerun=["SynapseHTTPError"])
def test_round_trip(syn: Synapse, project_function: Project, schedule_for_cleanup):
fhid = None
filepath = utils.make_bogus_binary_file(MIN_PART_SIZE + 777771)
Expand Down

0 comments on commit 450cc7c

Please sign in to comment.