Skip to content

Commit

Permalink
put back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jul 17, 2024
1 parent b404aba commit 46f1189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ echo '::endgroup::'
python test/smoke_test.py

# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
pytest test/test_ops.py test/test_image.py --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

0 comments on commit 46f1189

Please sign in to comment.