Re-enable SignalR HTTP/2 test (#20178)
This commit is contained in:
parent
df847d623d
commit
4c94d0b76c
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Reference in New Issue