diff --git a/Tests/test_file_libtiff.py b/Tests/test_file_libtiff.py index 3d804ea4a73..bdedf94f35c 100644 --- a/Tests/test_file_libtiff.py +++ b/Tests/test_file_libtiff.py @@ -1268,6 +1268,7 @@ def test_save_zero(self, compression: str | None, tmp_path: Path) -> None: with pytest.raises(ValueError, match="cannot write empty image"): im.save(out, compression=compression) + @pytest.mark.skipif(sys.platform != "win32", reason="Checks a Windows handle limit") def test_save_many_compressed(self, tmp_path: Path) -> None: im = hopper() out = tmp_path / "temp.tif"