Skip to content

Commit

Permalink
Fix ictest to use local image
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 15, 2023
1 parent 9870e28 commit 026f50b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions interchaintest/ibc_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,15 @@ func TestJunoGaiaIBCTransfer(t *testing.T) {
numFullNodes := 1

cf := interchaintest.NewBuiltinChainFactory(zaptest.NewLogger(t), []*interchaintest.ChainSpec{
// {
// Name: "juno",
// ChainConfig: junoConfig,
// NumValidators: &numVals,
// NumFullNodes: &numFullNodes,
// },
{
Name: "gaia",
Version: "v9.0.0",
Name: "juno",
ChainConfig: junoConfig,
NumValidators: &numVals,
NumFullNodes: &numFullNodes,
},
{
Name: "juno",
Version: "v14.1.0",
Name: "gaia",
Version: "v9.0.0",
NumValidators: &numVals,
NumFullNodes: &numFullNodes,
},
Expand Down Expand Up @@ -101,7 +95,7 @@ func TestJunoGaiaIBCTransfer(t *testing.T) {
Client: client,
NetworkID: network,
BlockDatabaseFile: interchaintest.DefaultBlockDatabaseFilepath(),
SkipPathCreation: false,
SkipPathCreation: false,
}))
t.Cleanup(func() {
_ = ic.Close()
Expand Down

0 comments on commit 026f50b

Please sign in to comment.