Skip to content

Commit df2c982

Browse files
committed
Disabling stack-overflow-related part of test-node-output-console test.
1 parent cbbddad commit df2c982

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

graal-nodejs/test/parallel/test-node-output-console.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ describe('console output', { concurrency: true }, () => {
2020
{ name: 'console/console_low_stack_space.js' },
2121
{ name: 'console/console.js' },
2222
{ name: 'console/hello_world.js' },
23-
{
24-
name: 'console/stack_overflow.js',
25-
transform: snapshot
26-
.transform(snapshot.replaceWindowsLineEndings, snapshot.replaceWindowsPaths, normalize)
27-
},
23+
// {
24+
// name: 'console/stack_overflow.js',
25+
// transform: snapshot
26+
// .transform(snapshot.replaceWindowsLineEndings, snapshot.replaceWindowsPaths, normalize)
27+
// },
2828
!skipForceColors ? { name: 'console/force_colors.js', env: { FORCE_COLOR: 1 } } : null,
2929
].filter(Boolean);
3030
const defaultTransform = snapshot

0 commit comments

Comments
 (0)