Skip to content

Commit 64535fc

Browse files
bpo-36876: Skip test_check_c_globals for now. (gh-16017)
1 parent 7544497 commit 64535fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Lib/test/test_check_c_globals.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
class ActualChecks(unittest.TestCase):
1010

1111
# XXX Also run the check in "make check".
12-
@unittest.expectedFailure
12+
#@unittest.expectedFailure
13+
# Failing on one of the buildbots (see https://bugs.python.org/issue36876).
14+
@unittest.skip('activate this once all the globals have been resolved')
1315
def test_check_c_globals(self):
1416
try:
1517
main('check', {})

0 commit comments

Comments
 (0)