diff --git a/src/SignalR/clients/ts/signalr/tests/HubConnection.test.ts b/src/SignalR/clients/ts/signalr/tests/HubConnection.test.ts index d1d8da177d..04b889b59d 100644 --- a/src/SignalR/clients/ts/signalr/tests/HubConnection.test.ts +++ b/src/SignalR/clients/ts/signalr/tests/HubConnection.test.ts @@ -273,7 +273,7 @@ describe("HubConnection", () => { }); }); - it.only("start completes if connection closes and handshake not received yet", async () => { + it("start completes if connection closes and handshake not received yet", async () => { await VerifyLogger.run(async (logger) => { const mockProtocol = new TestProtocol(TransferFormat.Text);