Skip to content

Commit a8e7921

Browse files
authored
Mark test_pthread_kill as flaky. NFC (#24726)
1 parent edd85ec commit a8e7921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14275,6 +14275,7 @@ def test_pthread_trap(self):
1427514275
self.assertContained('at (test_pthread_trap.wasm.)?thread_main', output, regex=True)
1427614276

1427714277
@node_pthreads
14278+
@flaky('https://github.com/emscripten-core/emscripten/issues/24725')
1427814279
def test_pthread_kill(self):
1427914280
self.do_run_in_out_file_test('pthread/test_pthread_kill.c')
1428014281

0 commit comments

Comments
 (0)