From 041a03b3f76ae414e0b334a5f17f110183d65bf8 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Wed, 25 Sep 2024 09:53:00 -0700 Subject: [PATCH] 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 --- test/test_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_core.py b/test/test_core.py index b06fd63341bf..846725e7a4ff 100644 --- a/test/test_core.py +++ b/test/test_core.py @@ -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({ '': ([],),