From 25875b937f8dca54f7eb2fb330d75ee4ec01a392 Mon Sep 17 00:00:00 2001 From: Ze Huang Date: Fri, 10 May 2024 14:00:10 -0700 Subject: [PATCH] Skip ip account test --- 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 532547e3..b6985bab 100644 --- a/packages/core-sdk/test/integration/ipAccount.test.ts +++ b/packages/core-sdk/test/integration/ipAccount.test.ts @@ -55,7 +55,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);