Skip to content

Commit

Permalink
test: disable TestStatusCommand (#17452)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Aug 19, 2023
1 parent 4b1bb7f commit 37b8760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/grpc/cmtservice/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
)

func TestStatusCommand(t *testing.T) {
t.Skip() // https://github.com/cosmos/cosmos-sdk/issues/17446

cfg, err := network.DefaultConfigWithAppConfig(network.MinimumAppConfig())
require.NoError(t, err)

Expand Down

0 comments on commit 37b8760

Please sign in to comment.