Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

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 committed Dec 28, 2020
1 parent 3d64338 commit 7b0c965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/import_data_test.py
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 7b0c965

Please sign in to comment.