We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794f8a3 commit a463c99Copy full SHA for a463c99
datalabeling/snippets/import_data_test.py
@@ -40,6 +40,7 @@ def dataset():
40
testing_lib.delete_dataset(dataset.name)
41
42
43
+@pytest.mark.flaky(max_runs=3, min_passes=1)
44
def test_import_data(capsys, dataset):
45
@backoff.on_exception(
46
backoff.expo, ServerError, max_time=testing_lib.RETRY_DEADLINE
0 commit comments