8000 bpo-33615: Temporarily disable a test that is triggering crashes on a… · python/cpython@110bc01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 110bc01

Browse files
bpo-33615: Temporarily disable a test that is triggering crashes on a few buildbots. (gh-7288)
For bpo-32604 I added some subinterpreter-related tests (see #6914) that are causing crashes on a few buildbots. I'm working on fixing the crashes (see #7251). This change temporarily disables the triggering test.
1 parent 58d1683 commit 110bc01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test__xxsubinterpreters.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,8 @@ def test_run_string_arg_unresolved(self):
13151315
self.assertEqual(obj, b'spam')
13161316
self.assertEqual(out.strip(), 'send')
13171317

1318+
# XXX Fix the crashes.
1319+
@unittest.skip('bpo-33615: triggering crashes so temporarily disabled')
13181320
def test_run_string_arg_resolved(self):
13191321
cid = interpreters.channel_create()
13201322
cid = interpreters._channel_id(cid, _resolve=True)

0 commit comments

Comments
 (0)
0