Skip to content

Commit

Permalink
skip create query test
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Feb 17, 2024
1 parent a6dc8de commit d5251db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/queryAPI.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ describe("QueryAPI: Premium - CRUD Operations", () => {
plusClient = new QueryAPI(PLUS_KEY);
});

it("create, get & update", async () => {
// This creates too many queries!
it.skip("create, get & update", async () => {
let newQuery = await plusClient.createQuery(
"Name",
"select 1",
Expand Down

0 comments on commit d5251db

Please sign in to comment.