Skip to content

Commit fd2e0c8

Browse files
committed
fixup! test: skip tests not passing without NODE_OPTIONS support
1 parent 163bc68 commit fd2e0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedding/test-embedding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ for (const extraSnapshotArgs of [
154154
}
155155

156156
// Guarantee NODE_REPL_EXTERNAL_MODULE won't bypass kDisableNodeOptionsEnv
157-
{
157+
if (!process.config.variables.node_without_node_options) {
158158
spawnSyncAndExit(
159159
binary,
160160
['require("os")'],

0 commit comments

Comments
 (0)