Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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