Skip to content

Commit e3f67ee

Browse files
committed
tests: mark test_trashcan_python_class2 by skip_wasi_stack_overflow
1 parent 2ffd60e commit e3f67ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ def test_trashcan_python_class1(self):
419419

420420
@support.requires_resource('cpu')
421421
@support.skip_emscripten_stack_overflow()
422+
@support.skip_wasi_stack_overflow()
422423
def test_trashcan_python_class2(self):
423424
from _testcapi import MyList
424425
self.do_test_trashcan_python_class(MyList)

0 commit comments

Comments
 (0)