Skip to content

Commit

Permalink
skip aux test
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Feb 20, 2024
1 parent 4c0d6c7 commit fe91f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/auth/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,7 @@ func (s *E2ETestSuite) TestSignWithMultiSignersAminoJSON() {
}

func (s *E2ETestSuite) TestAuxSigner() {
s.T().Skip("re-enable this when we bring back sign mode aux client testing")
require := s.Require()
val := s.network.GetValidators()[0]
val0Coin := sdk.NewCoin(fmt.Sprintf("%stoken", val.GetMoniker()), math.NewInt(10))
Expand Down

0 comments on commit fe91f3a

Please sign in to comment.