Skip to content

Commit 28eb36d

Browse files
munkhuushmglleahecole
authored andcommitted
chore: added retry on flaky video service (#115)
1 parent 5aa40e3 commit 28eb36d

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
@@ -80,6 +80,7 @@ def test_speech_transcription(capsys):
8080

8181

8282
@pytest.mark.slow
83+
@pytest.mark.flaky(max_runs=3, min_passes=1)
8384
def test_detect_labels_streaming(capsys, video_path):
8485
beta_snippets.detect_labels_streaming(video_path)
8586

0 commit comments

Comments
 (0)