Skip to content

Commit

Permalink
samples: fixed flaky test on vision beta samples (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and leahecole committed Sep 15, 2023
1 parent f663735 commit 304fec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions videointelligence/samples/analyze/beta_snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def test_detect_explicit_content_streaming(capsys, video_path):


@pytest.mark.slow
@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_annotation_to_storage_streaming(capsys, video_path, bucket):
output_uri = "gs://{}".format(bucket.name)
beta_snippets.annotation_to_storage_streaming(video_path, output_uri)
Expand Down

0 comments on commit 304fec2

Please sign in to comment.