Skip to content

Commit

Permalink
disable addr cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jul 4, 2023
1 parent b4653dd commit 762e012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interchaintest/fee_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"testing"

sdk "github.com/cosmos/cosmos-sdk/types"
transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types"
relayertest "github.com/cosmos/relayer/v2/interchaintest"
interchaintest "github.com/strangelove-ventures/interchaintest/v7"
Expand All @@ -17,6 +18,7 @@ import (
)

func TestScenarioFeeMiddleware(t *testing.T) {
sdk.SetAddrCacheEnabled(false)
if testing.Short() {
t.Skip()
}
Expand Down
1 change: 1 addition & 0 deletions interchaintest/misbehaviour_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import (
)

func TestScenarioMisbehaviourDetection(t *testing.T) {
sdk.SetAddrCacheEnabled(false)
if testing.Short() {
t.Skip()
}
Expand Down

0 comments on commit 762e012

Please sign in to comment.