From 4c94d0b76cf5a6c760cc2357cdd140daea537e6c Mon Sep 17 00:00:00 2001 From: Brennan Date: Thu, 26 Mar 2020 14:15:14 -0700 Subject: [PATCH] Re-enable SignalR HTTP/2 test (#20178) --- .../clients/ts/FunctionalTests/ts/HubConnectionTests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SignalR/clients/ts/FunctionalTests/ts/HubConnectionTests.ts b/src/SignalR/clients/ts/FunctionalTests/ts/HubConnectionTests.ts index d58ef1f859..93275f5336 100644 --- a/src/SignalR/clients/ts/FunctionalTests/ts/HubConnectionTests.ts +++ b/src/SignalR/clients/ts/FunctionalTests/ts/HubConnectionTests.ts @@ -79,8 +79,7 @@ describe("hubConnection", () => { }); if (shouldRunHttpsTests) { - // xit will skip the test - xit("using https, can invoke server method and receive result", (done) => { + it("using https, can invoke server method and receive result", (done) => { const message = "你好,世界!"; const hubConnection = getConnectionBuilder(transportType, TESTHUBENDPOINT_HTTPS_URL, { httpClient })