test: disable TestStatusCommand (#17452)

This commit is contained in:
Julien Robert 2023-08-19 09:04:01 +02:00 committed by GitHub
parent 4b1bb7f054
commit 37b8760f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)