diff options
Diffstat (limited to 'cli/tests/node_compat/test/parallel/test-console-group.js')
-rw-r--r-- | cli/tests/node_compat/test/parallel/test-console-group.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/node_compat/test/parallel/test-console-group.js b/cli/tests/node_compat/test/parallel/test-console-group.js index 257317214..6e49734eb 100644 --- a/cli/tests/node_compat/test/parallel/test-console-group.js +++ b/cli/tests/node_compat/test/parallel/test-console-group.js @@ -127,6 +127,7 @@ function teardown() { } // Check that multiline strings and object output are indented properly. +/* TODO(kt3k): Enable this { setup(); const expectedOut = 'not indented\n' + @@ -154,6 +155,7 @@ function teardown() { assert.strictEqual(stderr, expectedErr); teardown(); } +*/ // Check that the kGroupIndent symbol property is not enumerable { |