Skip to content

Commit 14ceb1d

Browse files
Lancetnikmiss-islington
authored andcommitted
gh-135721: skip test_trashcan_python_class on wasm buildbots with stack overflow (GH-135766)
(cherry picked from commit 3fb6cfe) Co-authored-by: Pastukhov Nikita <[email protected]>
1 parent 39bbf59 commit 14ceb1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_capi/test_misc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,11 +413,13 @@ def test_trashcan_subclass(self):
413413

414414
@support.requires_resource('cpu')
415415
@support.skip_emscripten_stack_overflow()
416+
@support.skip_wasi_stack_overflow()
416417
def test_trashcan_python_class1(self):
417418
self.do_test_trashcan_python_class(list)
418419

419420
@support.requires_resource('cpu')
420421
@support.skip_emscripten_stack_overflow()
422+
@support.skip_wasi_stack_overflow()
421423
def test_trashcan_python_class2(self):
422424
from _testcapi import MyList
423425
self.do_test_trashcan_python_class(MyList)

0 commit comments

Comments
 (0)