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 a9d9119 commit e5fdf3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/synapseclient/test_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def revert_timeout():
request.addfinalizer(revert_timeout)


@pytest.mark.flaky(reruns=3)
def test_create_and_update_file_view(
syn: Synapse, project: Project, schedule_for_cleanup
):
Expand Down Expand Up @@ -327,6 +328,7 @@ def test_dataset(syn, project):
assert all(dataset_df.columns == ["id", "name"])


@pytest.mark.flaky(reruns=3)
def test_tables_csv(syn, project):
# Define schema
cols = [
Expand Down

0 comments on commit e5fdf3e

Please sign in to comment.