Skip to content

Commit

Permalink
test: Skip accidentally unskipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Oct 2, 2024
1 parent 9e383ae commit a12e263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/v2/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ describe("integration test", () => {
await firebolt.testConnection(connectionParams);
expect(true).toBeTruthy();
});
it("custom parser", async () => {
it.skip("custom parser", async () => {
const firebolt = Firebolt({
apiEndpoint: process.env.FIREBOLT_API_ENDPOINT as string
});
Expand Down

0 comments on commit a12e263

Please sign in to comment.