diff --git a/lib/internal/test_runner/test.js b/lib/internal/test_runner/test.js index 9e3991e02f3618..d2f05b57f3ae78 100644 --- a/lib/internal/test_runner/test.js +++ b/lib/internal/test_runner/test.js @@ -441,10 +441,6 @@ class Test extends AsyncResource { return; } - if (i === 1 && this.parent !== null) { - this.reportStarted(); - } - // Report the subtest's results and remove it from the ready map. subtest.finalize(); this.readySubtests.delete(i);