summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pygame-ce/skip-rle-tests.patch
blob: 6b488f0c880a0b8c7a64ec8ca15c276dee9d6c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/surface_test.py b/test/surface_test.py
index c2c91f4f5..58d916de8 100644
--- a/test/surface_test.py
+++ b/test/surface_test.py
@@ -435,6 +436,7 @@ class SurfaceTypeTest(unittest.TestCase):
         finally:
             pygame.display.quit()
 
+    @unittest.skipIf(True, "https://github.com/libsdl-org/SDL/issues/14424")
     def test_set_alpha__set_colorkey_rle(self):
         pygame.display.init()
         try: