Skip to content

Commit

Permalink
Disable another FACE_DETECTION test [(#1253)](GoogleCloudPlatform/pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored and Jon Wayne Parrott committed Dec 7, 2017
1 parent 1a8eea8 commit 526581f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/analyze/analyze_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def test_analyze_shots(capsys):
assert 'Shot 1:' in out


@pytest.mark.xfail(reason='This feature is currently \
not visible to all projects.')
@pytest.mark.slow
def test_analyze_faces(capsys):
analyze.analyze_faces(
Expand Down

0 comments on commit 526581f

Please sign in to comment.