Skip to content

Commit df74d74

Browse files
authored
Mark test_pthread_print_override_modularize as flaky. NFC (#20143)
This test was already being disabled on mac due to flakiness, but I've also seen the flake on linux now. See #19683
1 parent 60b3d4e commit df74d74

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
@@ -6032,7 +6032,7 @@ def test_modularize_incoming(self, args):
60326032

60336033
@crossplatform
60346034
@node_pthreads
6035-
@no_mac('https://github.com/emscripten-core/emscripten/issues/19683')
6035+
@flaky('https://github.com/emscripten-core/emscripten/issues/19683')
60366036
def test_pthread_print_override_modularize(self):
60376037
self.set_setting('EXPORT_NAME', 'Test')
60386038
self.set_setting('PROXY_TO_PTHREAD')

0 commit comments

Comments
 (0)