Skip to content

Commit 041a03b

Browse files
authored
Mark test_pthread_c11_threads_proxied as flaky (#22624)
Only the proxied version is flaky but all the variants need to be marked. Tracked in #22617
1 parent 17463f7 commit 041a03b

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
@@ -9102,6 +9102,7 @@ def test_pthread_create(self):
91029102
self.set_setting('STRICT')
91039103
self.do_run_in_out_file_test('core/pthread/create.c')
91049104

9105+
@flaky('https://github.com/emscripten-core/emscripten/issues/22617')
91059106
@node_pthreads
91069107
@parameterized({
91079108
'': ([],),

0 commit comments

Comments
 (0)