Skip to content

Commit

Permalink
Re-disable test_pthread_print_override_modularize on macOS. NFC (#20161)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Aug 29, 2023
1 parent 1820ac5 commit 973a38c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -6047,6 +6047,9 @@ def test_modularize_incoming(self, args):
@crossplatform
@node_pthreads
@flaky('https://github.com/emscripten-core/emscripten/issues/19683')
# The flakiness of this test is very high on macOS so just disable it
# completely.
@no_mac('https://github.com/emscripten-core/emscripten/issues/19683')
def test_pthread_print_override_modularize(self):
self.set_setting('EXPORT_NAME', 'Test')
self.set_setting('PROXY_TO_PTHREAD')
Expand Down

0 comments on commit 973a38c

Please sign in to comment.