Commit 64535fc6 authored by Eric Snow's avatar Eric Snow Committed by GitHub

bpo-36876: Skip test_check_c_globals for now. (gh-16017)

parent 7544497a
......@@ -9,7 +9,9 @@ with test.test_tools.imports_under_tool('c-analyzer'):
class ActualChecks(unittest.TestCase):
# XXX Also run the check in "make check".
@unittest.expectedFailure
#@unittest.expectedFailure
# Failing on one of the buildbots (see https://bugs.python.org/issue36876).
@unittest.skip('activate this once all the globals have been resolved')
def test_check_c_globals(self):
try:
main('check', {})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment