Skip to content

Commit 93cba30

Browse files
authored
Merge pull request #3031 from pygame-community/ankith26-skip-flaky
Skip yet another flaky pypy test
2 parents d8ea99c + 73dd899 commit 93cba30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/window_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ def test_from_display_module(self):
329329
pygame.display.quit()
330330
pygame.init()
331331

332+
@unittest.skipIf(IS_PYPY, "for some reason this test is flaky on pypy")
332333
def test_window_surface(self):
333334
win = Window(size=(640, 480))
334335
surf = win.get_surface()

0 commit comments

Comments
 (0)