mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Disable tests due to known Amino JSON issue
See https://github.com/CosmWasm/wasmd/issues/1863
This commit is contained in:
parent
6fd57fe3b5
commit
e6361e9e63
@ -148,6 +148,7 @@ describe("SigningCosmWasmClient", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("works with Amino JSON signer (instantiatePermission set to one address)", async () => {
|
it("works with Amino JSON signer (instantiatePermission set to one address)", async () => {
|
||||||
|
pending("Known issue: https://github.com/CosmWasm/wasmd/issues/1863");
|
||||||
pendingWithoutWasmd();
|
pendingWithoutWasmd();
|
||||||
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
|
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
|
||||||
const client = await SigningCosmWasmClient.connectWithSigner(
|
const client = await SigningCosmWasmClient.connectWithSigner(
|
||||||
@ -175,6 +176,7 @@ describe("SigningCosmWasmClient", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("works with Amino JSON signer (instantiatePermission set to everybody)", async () => {
|
it("works with Amino JSON signer (instantiatePermission set to everybody)", async () => {
|
||||||
|
pending("Known issue: https://github.com/CosmWasm/wasmd/issues/1863");
|
||||||
pendingWithoutWasmd();
|
pendingWithoutWasmd();
|
||||||
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
|
const wallet = await Secp256k1HdWallet.fromMnemonic(alice.mnemonic, { prefix: wasmd.prefix });
|
||||||
const client = await SigningCosmWasmClient.connectWithSigner(
|
const client = await SigningCosmWasmClient.connectWithSigner(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user