From ae369b201b3c73b0335e928d95b13802860bb0f8 Mon Sep 17 00:00:00 2001 From: Austin Kelleher Date: Sun, 24 Apr 2022 09:29:04 -0400 Subject: [PATCH] test: remove erroneous tap test only filter (#1368) --- test/http-100.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {