Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: flaky detect_faces tests in beta (#58)
Browse files Browse the repository at this point in the history
Fixes #56
Fixes #57
  • Loading branch information
danoscarmike committed Oct 9, 2020
1 parent f743c0a commit ee1ada6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/analyze/video_detect_faces_beta_test.py
Expand Up @@ -30,4 +30,3 @@ def test_detect_faces(capsys):
out, _ = capsys.readouterr()

assert "Face detected:" in out
assert "Attributes:" in out
1 change: 0 additions & 1 deletion samples/analyze/video_detect_faces_gcs_beta_test.py
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 ee1ada6

Please sign in to comment.