Skip to content

Commit 17a77de

Browse files
committed
Re-added test skip, CI choked again
1 parent 7574d93 commit 17a77de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/draw_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -1847,6 +1847,7 @@ def test_line_clipping_with_thickness(self):
18471847
"start={}, end={}".format(end_points[n], start_points[n]),
18481848
)
18491849

1850+
@unittest.skipIf("CI" in os.environ, "Surface is too large for CI to handle")
18501851
def test_line_draw_large_surf_regression(self):
18511852
"""Regression test for https://github.com/pygame-community/pygame-ce/issues/2961"""
18521853
surface = pygame.Surface((14457, 37200))

0 commit comments

Comments
 (0)