Skip to content

Commit f0b583c

Browse files
authored
samples: fixed flaky test on vision beta samples (#62)
1 parent 9f6a844 commit f0b583c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videointelligence/samples/analyze/beta_snippets_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def test_detect_explicit_content_streaming(capsys, video_path):
112112

113113

114114
@pytest.mark.slow
115+
@pytest.mark.flaky(max_runs=3, min_passes=1)
115116
def test_annotation_to_storage_streaming(capsys, video_path, bucket):
116117
output_uri = "gs://{}".format(bucket.name)
117118
beta_snippets.annotation_to_storage_streaming(video_path, output_uri)

0 commit comments

Comments
 (0)