Skip to content

Commit 3cf1284

Browse files
authored
test(FIR-37197): skip json error test before we bump the protocol (#123)
1 parent 0f29764 commit 3cf1284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/v2/index.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ describe("new identity integration test", () => {
110110
expect(data.length).toEqual(0);
111111
expect(meta.length).toEqual(1);
112112
});
113-
it("Correctly handles error in json body", async () => {
113+
// skipped before FIR-37197 can be implemented
114+
it.skip("Correctly handles error in json body", async () => {
114115
const firebolt = Firebolt({
115116
apiEndpoint: process.env.FIREBOLT_API_ENDPOINT as string
116117
});

0 commit comments

Comments
 (0)