Skip to content

Commit

Permalink
Mark test_itimer_proxy_to_pthread as flaky. NFC (#21175)
Browse files Browse the repository at this point in the history
This test recently flaked on window too.
  • Loading branch information
sbc100 committed Jan 29, 2024
1 parent 1cd1031 commit 93a23bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -13722,7 +13722,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')
Expand Down

0 comments on commit 93a23bc

Please sign in to comment.