summaryrefslogtreecommitdiff
path: root/cli/tests/node_compat/test/parallel/test-console-group.js
diff options
context:
space:
mode:
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.js2
1 files changed, 0 insertions, 2 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 6e49734eb..257317214 100644
--- a/cli/tests/node_compat/test/parallel/test-console-group.js
+++ b/cli/tests/node_compat/test/parallel/test-console-group.js
@@ -127,7 +127,6 @@ function teardown() {
}
// Check that multiline strings and object output are indented properly.
-/* TODO(kt3k): Enable this
{
setup();
const expectedOut = 'not indented\n' +
@@ -155,7 +154,6 @@ function teardown() {
assert.strictEqual(stderr, expectedErr);
teardown();
}
-*/
// Check that the kGroupIndent symbol property is not enumerable
{