Skip to content

Commit c588167

Browse files
authored
chore: flaky detect_faces tests in beta (#58)
Fixes #56 Fixes #57
1 parent 88a62b3 commit c588167

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

videointelligence/samples/analyze/video_detect_faces_beta_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ def test_detect_faces(capsys):
3030
out, _ = capsys.readouterr()
3131

3232
assert "Face detected:" in out
33-
assert "Attributes:" in out

videointelligence/samples/analyze/video_detect_faces_gcs_beta_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ def test_detect_faces(capsys):
3030
out, _ = capsys.readouterr()
3131

3232
assert "Face detected:" in out
33-
assert "Attributes:" in out

0 commit comments

Comments
 (0)