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
c4f8f483
Unverified
Commit
c4f8f483
authored
Apr 28, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Apr 28, 2022
Browse files
Disable `test_encode|write_jpeg_reference` tests (#5910)
parent
36c85c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/test_image.py
test/test_image.py
+2
-2
No files found.
test/test_image.py
View file @
c4f8f483
...
...
@@ -421,7 +421,7 @@ def _collect_if(cond):
return
_inner
@
_collect_if
(
cond
=
IS_WINDOWS
)
@
_collect_if
(
cond
=
False
)
@
pytest
.
mark
.
parametrize
(
"img_path"
,
[
pytest
.
param
(
jpeg_path
,
id
=
_get_safe_image_name
(
jpeg_path
))
for
jpeg_path
in
get_images
(
ENCODE_JPEG
,
".jpg"
)],
...
...
@@ -452,7 +452,7 @@ def test_encode_jpeg_reference(img_path):
assert_equal
(
jpeg_bytes
,
pil_bytes
)
@
_collect_if
(
cond
=
IS_WINDOWS
)
@
_collect_if
(
cond
=
False
)
@
pytest
.
mark
.
parametrize
(
"img_path"
,
[
pytest
.
param
(
jpeg_path
,
id
=
_get_safe_image_name
(
jpeg_path
))
for
jpeg_path
in
get_images
(
ENCODE_JPEG
,
".jpg"
)],
...
...
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