Skip to content

Commit 44a9bea

Browse files
authored
Explicitly ignore all video decoding tests (#8161)
1 parent 7e9e784 commit 44a9bea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/scripts/unittest.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
1212
echo '::endgroup::'
1313

1414
python test/smoke_test.py
15-
pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
15+
16+
# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
17+
pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25

0 commit comments

Comments
 (0)