Unverified Commit c4f8f483 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Disable `test_encode|write_jpeg_reference` tests (#5910)

parent 36c85c79
......@@ -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")],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment