We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1820ac5 commit 973a38cCopy full SHA for 973a38c
test/test_other.py
@@ -6047,6 +6047,9 @@ def test_modularize_incoming(self, args):
6047
@crossplatform
6048
@node_pthreads
6049
@flaky('https://github.com/emscripten-core/emscripten/issues/19683')
6050
+ # The flakiness of this test is very high on macOS so just disable it
6051
+ # completely.
6052
+ @no_mac('https://github.com/emscripten-core/emscripten/issues/19683')
6053
def test_pthread_print_override_modularize(self):
6054
self.set_setting('EXPORT_NAME', 'Test')
6055
self.set_setting('PROXY_TO_PTHREAD')
0 commit comments