Skip to content

Commit 771768d

Browse files
authored
Mark test_pthread_proxying as flaky (#25027)
1 parent 5574b6e commit 771768d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,6 +2582,7 @@ def test_pthread_equal(self):
25822582

25832583
@node_pthreads
25842584
@also_with_modularize
2585+
@flaky('https://github.com/emscripten-core/emscripten/issues/25026')
25852586
def test_pthread_proxying(self):
25862587
if '-sMODULARIZE' in self.cflags:
25872588
if self.get_setting('WASM') == 0:

0 commit comments

Comments
 (0)