diff --git a/test/http-100.js b/test/http-100.js index 38f5c19a2fb..1662a8d6432 100644 --- a/test/http-100.js +++ b/test/http-100.js @@ -108,7 +108,7 @@ test('error 101 upgrade', (t) => { }) }) -test('1xx response without timeouts', { only: true }, t => { +test('1xx response without timeouts', t => { t.plan(2) const server = createServer((req, res) => {