From e5fdf3ee2c60d798f5469daab64c2c376ec2ae9f Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:34:26 -0700 Subject: [PATCH] Mark as flaky --- tests/integration/synapseclient/test_tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/synapseclient/test_tables.py b/tests/integration/synapseclient/test_tables.py index c1730375c..2b6db0c5a 100644 --- a/tests/integration/synapseclient/test_tables.py +++ b/tests/integration/synapseclient/test_tables.py @@ -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 ): @@ -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 = [