Skip flaky TS client test (#20004)
This commit is contained in:
parent
7def10277a
commit
44812e1637
|
|
@ -79,7 +79,8 @@ describe("hubConnection", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (shouldRunHttpsTests) {
|
if (shouldRunHttpsTests) {
|
||||||
it("using https, can invoke server method and receive result", (done) => {
|
// xit will skip the test
|
||||||
|
xit("using https, can invoke server method and receive result", (done) => {
|
||||||
const message = "你好,世界!";
|
const message = "你好,世界!";
|
||||||
|
|
||||||
const hubConnection = getConnectionBuilder(transportType, TESTHUBENDPOINT_HTTPS_URL, { httpClient })
|
const hubConnection = getConnectionBuilder(transportType, TESTHUBENDPOINT_HTTPS_URL, { httpClient })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue