mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 13:40:54 +03:00
Merge pull request #6284 from radarhere/xfail
Replaced test image to fix xfail
This commit is contained in:
commit
b2b294bbfa
Binary file not shown.
Before Width: | Height: | Size: 58 B After Width: | Height: | Size: 198 B |
|
@ -51,7 +51,6 @@ class TestDecompressionBomb:
|
||||||
with Image.open(TEST_FILE):
|
with Image.open(TEST_FILE):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@pytest.mark.xfail(reason="different exception")
|
|
||||||
def test_exception_ico(self):
|
def test_exception_ico(self):
|
||||||
with pytest.raises(Image.DecompressionBombError):
|
with pytest.raises(Image.DecompressionBombError):
|
||||||
with Image.open("Tests/images/decompression_bomb.ico"):
|
with Image.open("Tests/images/decompression_bomb.ico"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user