Skip to content

Commit 1eac926

Browse files
YosuaMichaelfacebook-github-bot
authored andcommitted
[fbsync] Disable test_encode|write_jpeg_reference tests (#5910)
Reviewed By: jdsgomes, NicolasHug Differential Revision: D36095651 fbshipit-source-id: 4beb37b290b38ad49085935d54e5558bfc441270
1 parent 651f604 commit 1eac926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def _inner(test_func):
421421
return _inner
422422

423423

424-
@_collect_if(cond=IS_WINDOWS)
424+
@_collect_if(cond=False)
425425
@pytest.mark.parametrize(
426426
"img_path",
427427
[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):
452452
assert_equal(jpeg_bytes, pil_bytes)
453453

454454

455-
@_collect_if(cond=IS_WINDOWS)
455+
@_collect_if(cond=False)
456456
@pytest.mark.parametrize(
457457
"img_path",
458458
[pytest.param(jpeg_path, id=_get_safe_image_name(jpeg_path)) for jpeg_path in get_images(ENCODE_JPEG, ".jpg")],

0 commit comments

Comments
 (0)