We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0984b2 + ef94c21 commit 433389bCopy full SHA for 433389b
.github/scripts/unittest.sh
@@ -15,4 +15,4 @@ echo '::endgroup::'
15
python test/smoke_test.py
16
17
# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
18
-pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
+pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 -k "not TestFxFeatureExtraction"
0 commit comments