Skip to content

Commit 37b8760

Browse files
authored
test: disable TestStatusCommand (#17452)
1 parent 4b1bb7f commit 37b8760

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/grpc/cmtservice/status_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import (
1212
)
1313

1414
func TestStatusCommand(t *testing.T) {
15+
t.Skip() // https://github.com/cosmos/cosmos-sdk/issues/17446
16+
1517
cfg, err := network.DefaultConfigWithAppConfig(network.MinimumAppConfig())
1618
require.NoError(t, err)
1719

0 commit comments

Comments
 (0)