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')