Skip to content

Commit 1735872

Browse files
committed
Enabled test
1 parent c259ac4 commit 1735872

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Tests/test_file_libtiff.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,7 @@ def test_palette_save(self, im, tmp_path):
510510
assert len(reloaded.tag_v2[320]) == 768
511511

512512
@pytest.mark.parametrize("compression", ("tiff_ccitt", "group3", "group4"))
513-
def xtest_bw_compression_w_rgb(self, compression, tmp_path):
514-
"""This test passes, but when running all tests causes a failure due
515-
to output on stderr from the error thrown by libtiff. We need to
516-
capture that but not now"""
517-
513+
def test_bw_compression_w_rgb(self, compression, tmp_path):
518514
im = hopper("RGB")
519515
out = str(tmp_path / "temp.tif")
520516

0 commit comments

Comments
 (0)