Skip to content

Commit a2f7cde

Browse files
committed
stargate: xdescribe() unconditionally disabled sendIbcTokens tests
1 parent 24b4ed6 commit a2f7cde

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/stargate/src/signingstargateclient.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ describe("SigningStargateClient", () => {
251251
});
252252
});
253253

254-
describe("sendIbcTokens", () => {
254+
// We cannot test this easily anymore since the IBC module was removed from simapp
255+
xdescribe("sendIbcTokens", () => {
255256
it("works with direct signing", async () => {
256-
pending("We cannot test this easily anymore since the IBC module was removed from simapp");
257257
const wallet = await DirectSecp256k1HdWallet.fromMnemonic(faucet.mnemonic);
258258
const client = await SigningStargateClient.connectWithSigner(
259259
simapp.tendermintUrlHttp,
@@ -302,7 +302,6 @@ describe("SigningStargateClient", () => {
302302
});
303303

304304
it("works with Amino JSON signer", async () => {
305-
pending("We cannot test this easily anymore since the IBC module was removed from simapp");
306305
const wallet = await Secp256k1HdWallet.fromMnemonic(faucet.mnemonic);
307306
const client = await SigningStargateClient.connectWithSigner(
308307
simapp.tendermintUrlHttp,

0 commit comments

Comments
 (0)