Skip to content

Commit

Permalink
Mark test_pthread_c11_threads_proxied as flaky (#22624)
Browse files Browse the repository at this point in the history
Only the proxied version is flaky but all the variants need to be
marked.

Tracked in #22617
  • Loading branch information
dschuff authored Sep 25, 2024
1 parent 17463f7 commit 041a03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9102,6 +9102,7 @@ def test_pthread_create(self):
self.set_setting('STRICT')
self.do_run_in_out_file_test('core/pthread/create.c')

@flaky('https://github.com/emscripten-core/emscripten/issues/22617')
@node_pthreads
@parameterized({
'': ([],),
Expand Down

0 comments on commit 041a03b

Please sign in to comment.