diff --git a/packages/cosmwasm/src/lcdapi/wasm.spec.ts b/packages/cosmwasm/src/lcdapi/wasm.spec.ts index c8e8fa64..0614d990 100644 --- a/packages/cosmwasm/src/lcdapi/wasm.spec.ts +++ b/packages/cosmwasm/src/lcdapi/wasm.spec.ts @@ -295,6 +295,7 @@ describe("WasmExtension", () => { }); it("is empty for non-existent address", async () => { + pendingWithoutWasmd(); const client = makeWasmClient(wasmd.endpoint); const nonExistentAddress = makeRandomAddress(); const state = await client.wasm.getAllContractState(nonExistentAddress);