Skip to content

Commit 1264ce6

Browse files
authored
chore: fixes flaky test (#4815)
* chore: fixes flaky test fixes #4794 * chore: fixes flaky test Fixes #4793 Removes assertion which the backend inconsistently satifies.
1 parent e087818 commit 1264ce6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

video/cloud-client/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

video/cloud-client/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)