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

Please sign in to comment.