Disable tests due to known Amino JSON issue

See https://github.com/CosmWasm/wasmd/issues/1863
This commit is contained in:
Simon Warta 2024-04-22 10:53:11 +02:00
parent 6fd57fe3b5
commit e6361e9e63
No known key found for this signature in database

View File

@ -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(