Skip to content

Commit 0a24abf

Browse files
authored
One more test needs disabling for the binaryen roll (#12100)
Followup to #12099
1 parent 4266a6f commit 0a24abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7248,6 +7248,7 @@ def run(args, expected):
72487248
run(['-s', 'INITIAL_MEMORY=32MB', '-s', 'ALLOW_MEMORY_GROWTH=1'], (2 * 1024 * 1024 * 1024) // 16384)
72497249
run(['-s', 'INITIAL_MEMORY=32MB', '-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'WASM=0'], (2 * 1024 * 1024 * 1024) // 16384)
72507250

7251+
@unittest.skip('allow binaryen improvements to roll in')
72517252
def test_wasm_target_and_STANDALONE_WASM(self):
72527253
# STANDALONE_WASM means we never minify imports and exports.
72537254
for opts, potentially_expect_minified_exports_and_imports in (

0 commit comments

Comments
 (0)