Skip to content

Commit

Permalink
chore: fixed flaky test by adding retry (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored and leahecole committed Sep 15, 2023
1 parent 304fec2 commit 37d448f
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 @@ -104,6 +104,7 @@ def test_track_objects_streaming(capsys, video_path):


@pytest.mark.slow
@pytest.mark.flaky(max_runs=3, min_passes=1)
def test_detect_explicit_content_streaming(capsys, video_path):
beta_snippets.detect_explicit_content_streaming(video_path)

Expand Down

0 comments on commit 37d448f

Please sign in to comment.