From 84947dbbe0c8dff6076809704c5c01473bf26a77 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 26 Jan 2024 09:59:01 -0800 Subject: [PATCH] Make test_itimer_proxy_to_pthread as flaky. NFC This test recently flaked on window too. --- test/test_other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_other.py b/test/test_other.py index 79098a8b03068..5d1a2d2f45e4c 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -13716,7 +13716,7 @@ def test_itimer_standalone(self): self.assertContained('done', self.run_js('test_itimer_standalone.wasm', engine)) @node_pthreads - @no_mac("Our Mac CI currently has too much contention to run this reliably") + @flaky('https://github.com/emscripten-core/emscripten/issues/20125') def test_itimer_proxy_to_pthread(self): self.set_setting('PROXY_TO_PTHREAD') self.set_setting('EXIT_RUNTIME')