Skip to content

Commit

Permalink
Mark as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Oct 28, 2023
1 parent 54d4755 commit a9d9119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/synapseclient/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def test_tables_csv(syn, project):
assert expected_row == row, "expected %s but got %s" % (expected_row, row)


@pytest.mark.flaky(reruns=3)
def test_tables_pandas(syn, project):
# create a pandas DataFrame
df = pd.DataFrame(
Expand Down

0 comments on commit a9d9119

Please sign in to comment.