Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Skip test_check_c_globals for now.
  • Loading branch information
ericsnowcurrently committed Sep 12, 2019
commit 7f2de639c4718f6ea2e87219b34466b3f8fb4d4b
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