Skip to content

Commit

Permalink
chore: fixes flaky test (#4815)
Browse files Browse the repository at this point in the history
* chore: fixes flaky test
fixes #4794

* chore: fixes flaky test
Fixes #4793
Removes assertion which the backend inconsistently satifies.
  • Loading branch information
danoscarmike authored Oct 6, 2020
1 parent e087818 commit 1264ce6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion video/cloud-client/analyze/video_detect_faces_beta_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ def test_detect_faces(capsys):
out, _ = capsys.readouterr()

assert "Face detected:" in out
assert "Attributes:" in out
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ def test_detect_faces(capsys):
out, _ = capsys.readouterr()

assert "Face detected:" in out
assert "Attributes:" in out

0 comments on commit 1264ce6

Please sign in to comment.