Skip flaky TS client test (#20004)

This commit is contained in:
Brennan 2020-03-19 11:33:37 -07:00 committed by GitHub
parent 7def10277a
commit 44812e1637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ describe("hubConnection", () => {
});
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 hubConnection = getConnectionBuilder(transportType, TESTHUBENDPOINT_HTTPS_URL, { httpClient })