mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Replaced test image to fix xfail
This commit is contained in:
parent
18e1005fbf
commit
3bce17175c
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):
|
||||
pass
|
||||
|
||||
@pytest.mark.xfail(reason="different exception")
|
||||
def test_exception_ico(self):
|
||||
with pytest.raises(Image.DecompressionBombError):
|
||||
with Image.open("Tests/images/decompression_bomb.ico"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user