From 7f2de639c4718f6ea2e87219b34466b3f8fb4d4b Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Thu, 12 Sep 2019 10:19:44 +0100 Subject: [PATCH] Skip test_check_c_globals for now. --- Lib/test/test_check_c_globals.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Lib/test/test_check_c_globals.py b/Lib/test/test_check_c_globals.py index 009560e8d98d97..a3925f0ca887ea 100644 --- a/Lib/test/test_check_c_globals.py +++ b/Lib/test/test_check_c_globals.py @@ -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', {})