From e6361e9e63dd791e13286be517ef02e0d4272a33 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 22 Apr 2024 10:53:11 +0200 Subject: [PATCH] Disable tests due to known Amino JSON issue See https://github.com/CosmWasm/wasmd/issues/1863 --- packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts b/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts index 6e4f1002b5..90f6c7a3a0 100644 --- a/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts +++ b/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts @@ -148,6 +148,7 @@ describe("SigningCosmWasmClient", () => { }); it("works with Amino JSON signer (instantiatePermission set to one address)", async () => { + pending("Known issue: https://github.com/CosmWasm/wasmd/issues/1863"); pendingWithoutWasmd(); const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner( @@ -175,6 +176,7 @@ describe("SigningCosmWasmClient", () => { }); it("works with Amino JSON signer (instantiatePermission set to everybody)", async () => { + pending("Known issue: https://github.com/CosmWasm/wasmd/issues/1863"); pendingWithoutWasmd(); const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner(