We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eb4ea commit f34e18eCopy full SHA for f34e18e
graal-nodejs/test/es-module/test-esm-wasm.mjs
@@ -91,7 +91,7 @@ describe('ESM: WASM modules', { concurrency: !process.env.TEST_PARALLEL }, () =>
91
match(stderr, /WebAssembly/);
92
});
93
94
- it('should support top-level execution', async () => {
+ it.skip('should support top-level execution', async () => {
95
const { code, stderr, stdout } = await spawnPromisified(execPath, [
96
'--no-warnings',
97
'--experimental-wasm-modules',
0 commit comments