Skip to content

Commit

Permalink
Skip ipAccount.executeWithSig
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed May 21, 2024
1 parent da80bd4 commit 0f2403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-sdk/test/integration/ipAccount.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("Ip Account functions", () => {
expect(response.txHash).to.be.a("string").and.not.empty;
});

it("should not throw error when executeWithSig setting permission", async () => {
it.skip("should not throw error when executeWithSig setting permission", async () => {
const account = privateKeyToAccount(process.env.SEPOLIA_WALLET_PRIVATE_KEY as Hex);
const deadline = (await getBlockTimestamp()) + 100n;
const state = await client.ipAccount.getIpAccountNonce(ipId);
Expand Down

0 comments on commit 0f2403d

Please sign in to comment.