We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7544497 commit 64535fcCopy full SHA for 64535fc
Lib/test/test_check_c_globals.py
@@ -9,7 +9,9 @@
9
class ActualChecks(unittest.TestCase):
10
11
# XXX Also run the check in "make check".
12
- @unittest.expectedFailure
+ #@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')
15
def test_check_c_globals(self):
16
try:
17
main('check', {})
0 commit comments