We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f655dd7 commit 1d10bebCopy full SHA for 1d10beb
videointelligence/samples/analyze/beta_snippets_test.py
@@ -149,7 +149,9 @@ def test_track_objects(capsys):
149
assert "Entity id" in out
150
151
152
+# Flaky exceeding designed timeout
153
@pytest.mark.slow
154
+@pytest.mark.flaky(max_runs=3, min_passes=1)
155
def test_track_objects_gcs():
156
in_file = "gs://cloud-samples-data/video/cat.mp4"
157
object_annotations = beta_snippets.track_objects_gcs(in_file)
0 commit comments