Skip to content

Commit

Permalink
Merge branch 'main' into wb/optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Jul 11, 2022
2 parents 50db2d0 + ef6c1be commit 119bf14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/grpc/tmservice/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}

Expand Down

0 comments on commit 119bf14

Please sign in to comment.