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
96268814
Unverified
Commit
96268814
authored
Apr 28, 2020
by
Francisco Massa
Committed by
GitHub
Apr 28, 2020
Browse files
Temporarily disable one PyAV test (#2150)
parent
d1e1aa12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/test_io.py
test/test_io.py
+1
-0
No files found.
test/test_io.py
View file @
96268814
...
@@ -236,6 +236,7 @@ class Tester(unittest.TestCase):
...
@@ -236,6 +236,7 @@ class Tester(unittest.TestCase):
self
.
assertEqual
(
video_pts
,
[])
self
.
assertEqual
(
video_pts
,
[])
self
.
assertIs
(
video_fps
,
None
)
self
.
assertIs
(
video_fps
,
None
)
@
unittest
.
skip
(
"Temporarily disabled due to new pyav"
)
def
test_read_video_partially_corrupted_file
(
self
):
def
test_read_video_partially_corrupted_file
(
self
):
with
temp_video
(
5
,
4
,
4
,
5
,
lossless
=
True
)
as
(
f_name
,
data
):
with
temp_video
(
5
,
4
,
4
,
5
,
lossless
=
True
)
as
(
f_name
,
data
):
with
open
(
f_name
,
'r+b'
)
as
f
:
with
open
(
f_name
,
'r+b'
)
as
f
:
...
...
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