diff --git a/test/parallel/test-runner-coverage-source-map.js b/test/parallel/test-runner-coverage-source-map.js index 86ffe901cfa627..ca4d9861258ea3 100644 --- a/test/parallel/test-runner-coverage-source-map.js +++ b/test/parallel/test-runner-coverage-source-map.js @@ -45,7 +45,7 @@ describe('Coverage with source maps', async () => { t.assert.strictEqual(spawned.code, 1); }); - await it.only('accounts only mapped lines when --enable-source-maps is provided', async (t) => { + it('accounts only mapped lines when --enable-source-maps is provided', async (t) => { const report = generateReport([ '# --------------------------------------------------------------', '# file | line % | branch % | funcs % | uncovered lines',