We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f29764 commit 3cf1284Copy full SHA for 3cf1284
test/integration/v2/index.test.ts
@@ -110,7 +110,8 @@ describe("new identity integration test", () => {
110
expect(data.length).toEqual(0);
111
expect(meta.length).toEqual(1);
112
});
113
- it("Correctly handles error in json body", async () => {
+ // skipped before FIR-37197 can be implemented
114
+ it.skip("Correctly handles error in json body", async () => {
115
const firebolt = Firebolt({
116
apiEndpoint: process.env.FIREBOLT_API_ENDPOINT as string
117
0 commit comments