We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9e784 commit 44a9beaCopy full SHA for 44a9bea
.github/scripts/unittest.sh
@@ -12,4 +12,6 @@ pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
12
echo '::endgroup::'
13
14
python test/smoke_test.py
15
-pytest --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
+
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