Skip to content

Commit 93a23bc

Browse files
authored
Mark test_itimer_proxy_to_pthread as flaky. NFC (#21175)
This test recently flaked on window too.
1 parent 1cd1031 commit 93a23bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13722,7 +13722,7 @@ def test_itimer_standalone(self):
1372213722
self.assertContained('done', self.run_js('test_itimer_standalone.wasm', engine))
1372313723

1372413724
@node_pthreads
13725-
@no_mac("Our Mac CI currently has too much contention to run this reliably")
13725+
@flaky('https://github.com/emscripten-core/emscripten/issues/20125')
1372613726
def test_itimer_proxy_to_pthread(self):
1372713727
self.set_setting('PROXY_TO_PTHREAD')
1372813728
self.set_setting('EXIT_RUNTIME')

0 commit comments

Comments
 (0)