diff --git a/tests/test_other.py b/tests/test_other.py index 5e2f3bbf5ebf2..c9f4844de42df 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -7248,6 +7248,7 @@ def run(args, expected): run(['-s', 'INITIAL_MEMORY=32MB', '-s', 'ALLOW_MEMORY_GROWTH=1'], (2 * 1024 * 1024 * 1024) // 16384) run(['-s', 'INITIAL_MEMORY=32MB', '-s', 'ALLOW_MEMORY_GROWTH=1', '-s', 'WASM=0'], (2 * 1024 * 1024 * 1024) // 16384) + @unittest.skip('allow binaryen improvements to roll in') def test_wasm_target_and_STANDALONE_WASM(self): # STANDALONE_WASM means we never minify imports and exports. for opts, potentially_expect_minified_exports_and_imports in (