mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-36876: Skip test_check_c_globals for now. (gh-16017)
This commit is contained in:
parent
7544497ad3
commit
64535fc6c0
1 changed files with 3 additions and 1 deletions
|
@ -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', {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue