Skip to content

Commit

Permalink
chore: currently datalabeling is limited to due to covid 19 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and ivanmkc committed Nov 4, 2022
1 parent 5c99847 commit 213a2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datalabeling/snippets/import_data_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def dataset():
testing_lib.delete_dataset(dataset.name)


@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_import_data(capsys, dataset):
@backoff.on_exception(
backoff.expo, ServerError, max_time=testing_lib.RETRY_DEADLINE
Expand Down

0 comments on commit 213a2e3

Please sign in to comment.