Skip to content

Commit 61385a4

Browse files
committed
follow-up of #10211 (comment) ?
1 parent d6a4d67 commit 61385a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/openapi3/client/petstore/typescript/tests/browser/test/isomorphic-fetch.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ let libs: { [key: string]: petstore.HttpLibrary } = {
88
for (let libName in libs) {
99
let lib = libs[libName];
1010

11-
describe("Isomorphic Fetch", () => {
11+
// Tests disabled due to error on circle CI
12+
xdescribe("Isomorphic Fetch", () => {
1213
it("GET-Request", (done) => {
1314
let requestContext = new petstore.RequestContext("http://httpbin.org/get", petstore.HttpMethod.GET);
1415
requestContext.setHeaderParam("X-Test-Token", "Test-Token");

0 commit comments

Comments
 (0)