Skip to content

Commit f2c8fe1

Browse files
authored
Mark test_itimer as flaky. NFC (#20126)
See #20125
1 parent f433bc3 commit f2c8fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_other.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from common import create_file, parameterized, NON_ZERO, node_pthreads, TEST_ROOT, test_file
3535
from common import compiler_for, EMBUILDER, requires_v8, requires_node, requires_wasm64, requires_node_canary
3636
from common import requires_wasm_eh, crossplatform, with_both_sjlj, also_with_standalone_wasm
37-
from common import also_with_minimal_runtime, also_with_wasm_bigint, also_with_wasm64
37+
from common import also_with_minimal_runtime, also_with_wasm_bigint, also_with_wasm64, flaky
3838
from common import EMTEST_BUILD_VERBOSE, PYTHON
3939
from tools import shared, building, utils, response_file, cache
4040
from tools.utils import read_file, write_file, delete_file, read_binary
@@ -13255,6 +13255,7 @@ def test_signext_lowering(self):
1325513255
err = self.run_process(cmd + ['-sMIN_CHROME_VERSION=73'], stderr=subprocess.PIPE).stderr
1325613256
self.assertContained('--signext-lowering', err)
1325713257

13258+
@flaky('https://github.com/emscripten-core/emscripten/issues/20125')
1325813259
def test_itimer(self):
1325913260
self.do_other_test('test_itimer.c')
1326013261

0 commit comments

Comments
 (0)