-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly ignore all video decoding tests #8161
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8161
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ad55eb8 with merge base 7e9e784 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the video tests scattered across multiple files? If no, it might be safer to just ignore one (or maybe two) files?
The files are |
I'm ok with the glob if we are sure that we are catching everything. |
Removal of
|
Hey @NicolasHug! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Reviewed By: vmoens Differential Revision: D52538994 fbshipit-source-id: 4df5cca2e05d47c66166b68ed44b3d9ab23b7979
This includes
read_video
,VideoReader
, and the GPU decoder.cc @pmeier