Skip to content

Commit a8c8eca

Browse files
committed
Exclude WASI from test
1 parent 6611183 commit a8c8eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_functools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,6 +1863,7 @@ def orig(): ...
18631863
self.assertEqual(str(Signature.from_callable(lru.cache_clear)), '()')
18641864

18651865
@support.skip_on_s390x
1866+
@unittest.skipIf(support.is_wasi, "WASI has limited C stack")
18661867
def test_lru_recursion(self):
18671868

18681869
@self.module.lru_cache

0 commit comments

Comments
 (0)