Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
44a9beaf
Unverified
Commit
44a9beaf
authored
Dec 12, 2023
by
Nicolas Hug
Committed by
GitHub
Dec 12, 2023
Browse files
Explicitly ignore all video decoding tests (#8161)
parent
7e9e7844
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/scripts/unittest.sh
.github/scripts/unittest.sh
+3
-1
No files found.
.github/scripts/unittest.sh
View file @
44a9beaf
...
...
@@ -12,4 +12,6 @@ pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
echo
'::endgroup::'
python
test
/smoke_test.py
pytest
--junit-xml
=
"
${
RUNNER_TEST_RESULTS_DIR
}
/test-results.xml"
-v
--durations
=
25
# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
pytest
--ignore-glob
=
"*test_video*"
--junit-xml
=
"
${
RUNNER_TEST_RESULTS_DIR
}
/test-results.xml"
-v
--durations
=
25
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment