Skip to content

Commit 6eefff6

Browse files
authored
Skip test_pthread_proxying_cpp with wasm2js (#16570)
See #16569.
1 parent 468174a commit 6eefff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_core.py

+1
Original file line numberDiff line numberDiff line change
@@ -2579,6 +2579,7 @@ def test_pthread_proxying(self):
25792579
emcc_args=args, interleaved_output=False)
25802580

25812581
@node_pthreads
2582+
@no_wasm2js('occasionally hangs in wasm2js (#16569)')
25822583
def test_pthread_proxying_cpp(self):
25832584
self.set_setting('EXIT_RUNTIME')
25842585
self.set_setting('PROXY_TO_PTHREAD')

0 commit comments

Comments
 (0)