Skip to content

Commit 48d1de8

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Explicitly ignore all video decoding tests (#8161)
Reviewed By: vmoens Differential Revision: D52538994 fbshipit-source-id: 4df5cca2e05d47c66166b68ed44b3d9ab23b7979
1 parent 4f0745b commit 48d1de8

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)