Skip to content

Commit

Permalink
Skip upgrade test till upgrade handler has been updated for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Jan 3, 2024
1 parent 0328e71 commit 81d7da8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/testing/containertest/testnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ func TestMarketPrices(t *testing.T) {
}

func TestUpgrade(t *testing.T) {
t.Skip("TODO(CORE-538): Update upgrade handler for Cosmos 0.50 upgrade")

testnet, err := NewTestnetWithPreupgradeGenesis()
require.NoError(t, err, "failed to create testnet - is docker daemon running?")
err = testnet.Start()
Expand Down

0 comments on commit 81d7da8

Please sign in to comment.