From 7550d72258e27dacd71b64691a0be2556eeae8c9 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 22 Feb 2024 16:31:21 -0800 Subject: [PATCH] Mark test_itimer_pthread as flaky. NFC This should have been marked as such when the other itimer tests were. --- test/test_other.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_other.py b/test/test_other.py index 59d3673ef8711..f8ab9663e3be9 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -13847,6 +13847,7 @@ def test_itimer(self): self.do_other_test('test_itimer.c') @node_pthreads + @flaky('https://github.com/emscripten-core/emscripten/issues/20125') def test_itimer_pthread(self): self.do_other_test('test_itimer.c')