diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index 7bc2e1f3150035..3a639497fa1272 100644 --- a/Lib/test/support/__init__.py +++ b/Lib/test/support/__init__.py @@ -1781,7 +1781,7 @@ def skip_if_unlimited_stack_size(test): See https://github.com/python/cpython/issues/143460. """ - if is_wasi or os.name == "nt": + if is_emscripten or is_wasi or os.name == "nt": return test import resource