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 Oct 20, 2020
1 parent ebf4273 commit 0e5dab1
Showing 1 changed file with 1 addition and 0 deletions.
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 0e5dab1

Please sign in to comment.