Skip to content

Commit 3fb6cfe

Browse files
authored
gh-135721: skip test_trashcan_python_class on wasm buildbots with stack overflow (#135766)
1 parent 61532b4 commit 3fb6cfe

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)