Skip to content

Commit b31767f

Browse files
michaelawyuleahecole
michaelawyu
authored andcommitted
Disable another FACE_DETECTION test [(#1253)](#1253)
1 parent 68db45a commit b31767f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

videointelligence/samples/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)