Skip to content

Commit 5257542

Browse files
authored
Disable test_async_hello_v8 in MODULIZE=instance mode. NFC (#24351)
1 parent 87fb56e commit 5257542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8069,6 +8069,7 @@ def test_async_loop(self):
80698069
self.do_runf('main.c', 'hello 0\nhello 1\nhello 2\nhello 3\nhello 4\n')
80708070

80718071
@requires_v8
8072+
@no_modularize_instance('MODULARIZE=instance is not compatible with ASYNCIFY=1')
80728073
def test_async_hello_v8(self):
80738074
self.test_async_hello()
80748075

0 commit comments

Comments
 (0)