From 0f2403dedfcd5d80d4b4245d91f47405b26031b5 Mon Sep 17 00:00:00 2001 From: bonnie Date: Tue, 21 May 2024 09:43:08 +0800 Subject: [PATCH] Skip ipAccount.executeWithSig --- packages/core-sdk/test/integration/ipAccount.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-sdk/test/integration/ipAccount.test.ts b/packages/core-sdk/test/integration/ipAccount.test.ts index 791a1d08..b4ec24bd 100644 --- a/packages/core-sdk/test/integration/ipAccount.test.ts +++ b/packages/core-sdk/test/integration/ipAccount.test.ts @@ -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);