Unverified Commit 44a9beaf authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Explicitly ignore all video decoding tests (#8161)

parent 7e9e7844
......@@ -12,4 +12,6 @@ pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
echo '::endgroup::'
python test/smoke_test.py
pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment