1diff --git a/test/surface_test.py b/test/surface_test.py
2index 4e4b5d4..ffc7ffb 100644
3--- a/test/surface_test.py
4+++ b/test/surface_test.py
5@@ -375,6 +375,7 @@ class SurfaceTypeTest(unittest.TestCase):
6 self.assertTrue(s1.get_flags() & pygame.RLEACCELOK)
7 self.assertTrue(not s2.get_flags() & pygame.RLEACCELOK)
8
9+ @unittest.skipIf(True, "https://github.com/libsdl-org/sdl2-compat/issues/476")
10 def test_solarwolf_rle_usage(self):
11 """Test for error/crash when calling set_colorkey() followed
12 by convert twice in succession. Code originally taken
13@@ -403,6 +404,7 @@ class SurfaceTypeTest(unittest.TestCase):
14 finally:
15 pygame.display.quit()
16
17+ @unittest.skipIf(True, "https://github.com/libsdl-org/sdl2-compat/issues/476")
18 def test_solarwolf_rle_usage_2(self):
19 """Test for RLE status after setting alpha"""
20