Skip to content

Commit f191ab5

Browse files
michaelawyuJon Wayne Parrott
michaelawyu
authored and
Jon Wayne Parrott
committed
Disable another FACE_DETECTION test (GoogleCloudPlatform#1253)
1 parent 15f7e6e commit f191ab5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

video/cloud-client/analyze/analyze_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def test_analyze_shots(capsys):
3636
assert 'Shot 1:' in out
3737

3838

39+
@pytest.mark.xfail(reason='This feature is currently \
40+
not visible to all projects.')
3941
@pytest.mark.slow
4042
def test_analyze_faces(capsys):
4143
analyze.analyze_faces(

0 commit comments

Comments
 (0)