Skip to content

Commit

Permalink
Merge pull request pygame-community#3031 from pygame-community/ankith…
Browse files Browse the repository at this point in the history
…26-skip-flaky

Skip yet another flaky pypy test
  • Loading branch information
damusss authored Aug 5, 2024
2 parents d8ea99c + 73dd899 commit 93cba30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/window_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def test_from_display_module(self):
pygame.display.quit()
pygame.init()

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

0 comments on commit 93cba30

Please sign in to comment.