Skip to content

Commit 37d448f

Browse files
munkhuushmglleahecole
authored andcommitted
chore: fixed flaky test by adding retry (#66)
1 parent 304fec2 commit 37d448f

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
@@ -104,6 +104,7 @@ def test_track_objects_streaming(capsys, video_path):
104104

105105

106106
@pytest.mark.slow
107+
@pytest.mark.flaky(max_runs=3, min_passes=1)
107108
def test_detect_explicit_content_streaming(capsys, video_path):
108109
beta_snippets.detect_explicit_content_streaming(video_path)
109110

0 commit comments

Comments
 (0)