Skip to content

Commit 4c94d0b

Browse files
Re-enable SignalR HTTP/2 test (#20178)
1 parent df847d6 commit 4c94d0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SignalR/clients/ts/FunctionalTests/ts/HubConnectionTests.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ describe("hubConnection", () => {
7979
});
8080

8181
if (shouldRunHttpsTests) {
82-
// xit will skip the test
83-
xit("using https, can invoke server method and receive result", (done) => {
82+
it("using https, can invoke server method and receive result", (done) => {
8483
const message = "你好,世界!";
8584

8685
const hubConnection = getConnectionBuilder(transportType, TESTHUBENDPOINT_HTTPS_URL, { httpClient })

0 commit comments

Comments
 (0)