Skip to content

Commit 54b72c9

Browse files
authored
Mark test_main_thread_em_asm_pthread flaky. (#25176)
#25175
1 parent 6c259e9 commit 54b72c9

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
@@ -1976,6 +1976,7 @@ def test_em_asm_2(self):
19761976
'': ([],),
19771977
'pthread': (['-pthread', '-sPROXY_TO_PTHREAD', '-sEXIT_RUNTIME'],),
19781978
})
1979+
@flaky('https://github.com/emscripten-core/emscripten/issues/25175')
19791980
def test_main_thread_em_asm(self, args):
19801981
if args:
19811982
self.setup_node_pthreads()

0 commit comments

Comments
 (0)