Skip to content

Commit a463c99

Browse files
authored
chore: currently datalabeling is limited to due to covid 19 (#61)
1 parent 794f8a3 commit a463c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datalabeling/snippets/import_data_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def dataset():
4040
testing_lib.delete_dataset(dataset.name)
4141

4242

43+
@pytest.mark.flaky(max_runs=3, min_passes=1)
4344
def test_import_data(capsys, dataset):
4445
@backoff.on_exception(
4546
backoff.expo, ServerError, max_time=testing_lib.RETRY_DEADLINE

0 commit comments

Comments
 (0)