We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a142842 commit 7e1df40Copy full SHA for 7e1df40
test/wasi/test-return-on-exit.js
@@ -1,6 +1,11 @@
1
// Flags: --experimental-wasi-unstable-preview1
2
'use strict';
3
const common = require('../common');
4
+
5
+if (!common.enoughTestMem) {
6
+ common.skip('Insufficient memory');
7
+}
8
9
const assert = require('assert');
10
const fs = require('fs');
11
const path = require('path');
test/wasi/wasi.status
@@ -7,5 +7,3 @@ prefix wasi
[true] # This section applies to all platforms
[$system==win32]
-# https://github.com/nodejs/node/pull/36139
-test-return-on-exit: PASS,FLAKY
0 commit comments