diff --git a/Tests/test_file_tiff.py b/Tests/test_file_tiff.py index 47c4e1b13..752c1e61e 100644 --- a/Tests/test_file_tiff.py +++ b/Tests/test_file_tiff.py @@ -868,7 +868,7 @@ class TestFileTiff: def test_oom(self, test_file): with pytest.raises(UnidentifiedImageError): with Image.open(test_file) as im: - im.load() + pass