Re-enable SignalR HTTP/2 test (#20178)

This commit is contained in:
Brennan 2020-03-26 14:15:14 -07:00 committed by GitHub
parent df847d623d
commit 4c94d0b76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 })