Skip to content

Commit 973a38c

Browse files
authored
Re-disable test_pthread_print_override_modularize on macOS. NFC (#20161)
1 parent 1820ac5 commit 973a38c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_other.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6047,6 +6047,9 @@ def test_modularize_incoming(self, args):
60476047
@crossplatform
60486048
@node_pthreads
60496049
@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')
60506053
def test_pthread_print_override_modularize(self):
60516054
self.set_setting('EXPORT_NAME', 'Test')
60526055
self.set_setting('PROXY_TO_PTHREAD')

0 commit comments

Comments
 (0)