mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Remove temporary forced failure
This commit is contained in:
parent
cf6daf03fe
commit
9c6b07d21b
|
@ -105,5 +105,3 @@ def test_convert():
|
||||||
verify(im.convert("I;16B"))
|
verify(im.convert("I;16B"))
|
||||||
verify(im.convert("I;16B").convert("L"))
|
verify(im.convert("I;16B").convert("L"))
|
||||||
verify(im.convert("I;16B").convert("I"))
|
verify(im.convert("I;16B").convert("I"))
|
||||||
|
|
||||||
assert(False) # TEMP FOR TESTING!
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user