Skip to content

Commit 16c7b61

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Skip onnx AGAIN (#8974)
Reviewed By: scotts Differential Revision: D77998639 fbshipit-source-id: 72d01c614a4fbc47478f3616c605cc5f90b9de03
1 parent f6b375a commit 16c7b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ echo '::endgroup::'
1515
python test/smoke_test.py
1616

1717
# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
18-
pytest --ignore-glob="*test_video*" --ignore-glob="test_onnx" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 -k "not TestFxFeatureExtraction"
18+
pytest --ignore-glob="*test_video*" --ignore-glob="*test_onnx*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 -k "not TestFxFeatureExtraction"

0 commit comments

Comments
 (0)