diff --git a/client/grpc/tmservice/service_test.go b/client/grpc/tmservice/service_test.go index 35934f9346..816e171b5a 100644 --- a/client/grpc/tmservice/service_test.go +++ b/client/grpc/tmservice/service_test.go @@ -25,6 +25,8 @@ type IntegrationTestSuite struct { } func TestIntegrationTestSuite(t *testing.T) { + t.Skip() // to be re-enabled in https://github.com/cosmos/cosmos-sdk/pull/12482/ + suite.Run(t, new(IntegrationTestSuite)) }