Skip to content

Commit 8c12834

Browse files
authored
test: Mark test_pthread_print_override_modularize as @Crossplatform. NFC (#19681)
This test if currently failing fairly consistencly on macOS. See #19683
1 parent 4114094 commit 8c12834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,6 +5928,7 @@ def test_modularize_strict(self):
59285928
output = self.run_js('run.js')
59295929
self.assertEqual(output, 'hello, world!\n')
59305930

5931+
@crossplatform
59315932
@node_pthreads
59325933
def test_pthread_print_override_modularize(self):
59335934
self.set_setting('EXPORT_NAME', 'Test')

0 commit comments

Comments
 (0)