Skip to content

Commit

Permalink
skip proposal based test if not running on kvtool
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca committed Oct 27, 2023
1 parent 11f91d6 commit b4c20f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/e2e_upgrade_gov_and_authz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (suite *IntegrationTestSuite) TestAuthzParamChanges() {

func (suite *IntegrationTestSuite) TestModuleAccountGovTransfers() {
suite.SkipIfUpgradeDisabled()
suite.SkipIfKvtoolDisabled()

// the module account (authority) that executes the transfers
govAcc := sdk.MustAccAddressFromBech32(govModuleAcc)
Expand Down

0 comments on commit b4c20f2

Please sign in to comment.