Skip to content

Commit

Permalink
Merge 88fdf50 into 9c4dc68
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 21, 2018
2 parents 9c4dc68 + 88fdf50 commit 42e1593
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tests/test_imagegrab.py
Expand Up @@ -12,11 +12,6 @@ def test_grab(self):
im = ImageGrab.grab()
self.assert_image(im, im.mode, im.size)

@unittest.skipIf(on_appveyor(), "Test fails on appveyor")
def test_grab2(self):
im = ImageGrab.grab()
self.assert_image(im, im.mode, im.size)

except ImportError:
class TestImageGrab(PillowTestCase):
def test_skip(self):
Expand Down

0 comments on commit 42e1593

Please sign in to comment.