From 52ad4b0d730871d61d44e9d715e1fcaa5fa2570b Mon Sep 17 00:00:00 2001 From: dynst <148708712+dynst@users.noreply.github.com> Date: Thu, 9 Oct 2025 22:15:30 +0000 Subject: [PATCH] cosmwasm-stargate: xit() two disabled tests --- .../src/signingcosmwasmclient.spec.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts b/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts index 8ef5297b89..66babe8cf8 100644 --- a/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts +++ b/packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts @@ -147,9 +147,8 @@ describe("SigningCosmWasmClient", () => { client.disconnect(); }); - it("works with Amino JSON signer (instantiatePermission set to one address)", async () => { - pending("Known issue: https://github.com/CosmWasm/wasmd/issues/1863"); - pendingWithoutWasmd(); + // Test disabled. Known issue: https://github.com/CosmWasm/wasmd/issues/1863 + xit("works with Amino JSON signer (instantiatePermission set to one address)", async () => { const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner( wasmd.endpoint, @@ -175,9 +174,8 @@ describe("SigningCosmWasmClient", () => { client.disconnect(); }); - it("works with Amino JSON signer (instantiatePermission set to everybody)", async () => { - pending("Known issue: https://github.com/CosmWasm/wasmd/issues/1863"); - pendingWithoutWasmd(); + // Test disabled. Known issue: https://github.com/CosmWasm/wasmd/issues/1863 + xit("works with Amino JSON signer (instantiatePermission set to everybody)", async () => { const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix }); const client = await SigningCosmWasmClient.connectWithSigner( wasmd.endpoint,