8000 bpo-36876: Skip test_check_c_globals for now. (gh-16017) · python/cpython@64535fc · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

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

Lines changed: 3 additions & 1 deletion
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)
0