Skip to content

Commit

Permalink
Disable another FACE_DETECTION test (GoogleCloudPlatform#1253)
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 15f7e6e commit f191ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions video/cloud-client/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 f191ab5

Please sign in to comment.