Enabled test

This commit is contained in:
Andrew Murray 2022-10-03 17:48:27 +11:00
parent c259ac492f
commit 1735872442

View File

@ -510,11 +510,7 @@ class TestFileLibTiff(LibTiffTestCase):
assert len(reloaded.tag_v2[320]) == 768
@pytest.mark.parametrize("compression", ("tiff_ccitt", "group3", "group4"))
def xtest_bw_compression_w_rgb(self, compression, tmp_path):
"""This test passes, but when running all tests causes a failure due
to output on stderr from the error thrown by libtiff. We need to
capture that but not now"""
def test_bw_compression_w_rgb(self, compression, tmp_path):
im = hopper("RGB")
out = str(tmp_path / "temp.tif")