Skip to content

Commit

Permalink
chore: added retry for flaky test (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored Dec 2, 2020
1 parent 4bf2dbc commit 6ab0a77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ def test_track_objects(capsys):
assert "Entity id" in out


# Flaky exceeding designed timeout
@pytest.mark.slow
@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_track_objects_gcs():
in_file = "gs://cloud-samples-data/video/cat.mp4"
object_annotations = beta_snippets.track_objects_gcs(in_file)
Expand Down

0 comments on commit 6ab0a77

Please sign in to comment.