Skip to content

Commit

Permalink
skip search-tx test
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed May 15, 2024
1 parent 3f85f0b commit fecc10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ibc-routing/test/search-tx.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { StargateClient } from "@cosmjs/stargate";
import { QueryTag } from "@cosmjs/tendermint-rpc/build/tendermint37";
import { buildQuery } from "@cosmjs/tendermint-rpc/build/tendermint37/requests";

describe("Testing searchTx using rpc", () => {
describe.skip("Testing searchTx using rpc", () => {
it("Try testing stargate-client query", async () => {
const queryTags: QueryTag[] = [
{
Expand Down

0 comments on commit fecc10e

Please sign in to comment.