test: disable TestStatusCommand (#17452)
This commit is contained in:
parent
4b1bb7f054
commit
37b8760f96
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user