Skip to content

Commit 080d97e

Browse files
authored
Disable test_stress_proxy_to_pthread_hello_world as unstable. (#25188)
1 parent d0232d2 commit 080d97e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9689,6 +9689,7 @@ def test_abort_on_exceptions_pthreads(self):
96899689
@no_esm_integration('ABORT_ON_WASM_EXCEPTIONS is not compatible with WASM_ESM_INTEGRATION')
96909690
@is_slow_test
96919691
def test_stress_proxy_to_pthread_hello_world(self):
9692+
self.skipTest('Occassionally hangs. https://github.com/emscripten-core/emscripten/issues/20067')
96929693
self.set_setting('ABORT_ON_WASM_EXCEPTIONS')
96939694
self.set_setting('PROXY_TO_PTHREAD')
96949695
self.set_setting('EXIT_RUNTIME')

0 commit comments

Comments
 (0)