From fb260b2499cceb0a07e9e950a32f5811cd434f3e Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 3 Sep 2025 12:12:27 -0700 Subject: [PATCH] Update test code after #20067 was fixed. NFC This should have been part of #25073. --- test/test_core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_core.py b/test/test_core.py index 85d9ea6b511a6..fdc06d81a93e6 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -9655,7 +9655,6 @@ def test_abort_on_exceptions_main(self): self.assertNotContained('Aborted', output) @node_pthreads - @flaky('https://github.com/emscripten-core/emscripten/issues/20067') @no_esm_integration('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION') def test_abort_on_exceptions_pthreads(self): self.set_setting('ABORT_ON_WASM_EXCEPTIONS') @@ -9668,7 +9667,6 @@ def test_abort_on_exceptions_pthreads(self): @no_esm_integration('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION') @is_slow_test def test_stress_proxy_to_pthread_hello_world(self): - self.skipTest('https://github.com/emscripten-core/emscripten/issues/20067') self.set_setting('ABORT_ON_WASM_EXCEPTIONS') self.set_setting('PROXY_TO_PTHREAD') self.set_setting('EXIT_RUNTIME')