We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f7e6e commit f191ab5Copy full SHA for f191ab5
video/cloud-client/analyze/analyze_test.py
@@ -36,6 +36,8 @@ def test_analyze_shots(capsys):
36
assert 'Shot 1:' in out
37
38
39
+@pytest.mark.xfail(reason='This feature is currently \
40
+ not visible to all projects.')
41
@pytest.mark.slow
42
def test_analyze_faces(capsys):
43
analyze.analyze_faces(
0 commit comments