Skip to content

Commit f5a2539

Browse files
authored
Update test code after #20067 was fixed. NFC (#25156)
This should have been part of #25073.
1 parent 3889bf5 commit f5a2539

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9677,7 +9677,6 @@ def test_abort_on_exceptions_main(self):
96779677
self.assertNotContained('Aborted', output)
96789678

96799679
@node_pthreads
9680-
@flaky('https://github.com/emscripten-core/emscripten/issues/20067')
96819680
@no_esm_integration('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION')
96829681
def test_abort_on_exceptions_pthreads(self):
96839682
self.set_setting('ABORT_ON_WASM_EXCEPTIONS')
@@ -9690,7 +9689,6 @@ def test_abort_on_exceptions_pthreads(self):
96909689
@no_esm_integration('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION')
96919690
@is_slow_test
96929691
def test_stress_proxy_to_pthread_hello_world(self):
9693-
self.skipTest('https://github.com/emscripten-core/emscripten/issues/20067')
96949692
self.set_setting('ABORT_ON_WASM_EXCEPTIONS')
96959693
self.set_setting('PROXY_TO_PTHREAD')
96969694
self.set_setting('EXIT_RUNTIME')

0 commit comments

Comments
 (0)