diff --git a/packages/socket.io-client/test/retry.ts b/packages/socket.io-client/test/retry.ts index ba1f72e3..9ceca208 100644 --- a/packages/socket.io-client/test/retry.ts +++ b/packages/socket.io-client/test/retry.ts @@ -111,7 +111,7 @@ describe("retry", () => { }); }); - it.only("should not emit a packet twice in the 'connect' handler", () => { + it("should not emit a packet twice in the 'connect' handler", () => { return wrap((done) => { const socket = io(BASE_URL, { forceNew: true,