Skip to content

Commit

Permalink
bpo-36876: Skip test_check_c_globals for now. (pythongh-16017)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsnowcurrently authored Sep 12, 2019
1 parent 7544497 commit 64535fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lib/test/test_check_c_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
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', {})
Expand Down

0 comments on commit 64535fc

Please sign in to comment.