Skip to content

Commit

Permalink
test(e2e): upgrade e2e init image for Stride migration (#4396)
Browse files Browse the repository at this point in the history
* test(e2e): upgrade e2e init image for Stride migration

* update tag

(cherry picked from commit 00a264b)
  • Loading branch information
p0mvn authored and mergify[bot] committed Feb 22, 2023
1 parent 679580f commit b80c91f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/containers/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
previousVersionOsmoTag = "v14.x-4d4583fa-1676370337"
// Pre-upgrade repo/tag for osmosis initialization (this should be one version below upgradeVersion)
previousVersionInitRepository = "osmolabs/osmosis-e2e-init-chain"
previousVersionInitTag = "v14.x-937d601e-1676550460-manual"
previousVersionInitTag = "v14.x-19e3b252-1677104825-manual"
// Hermes repo/version for relayer
relayerRepository = "informalsystems/hermes"
relayerTag = "1.2.0"
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -986,10 +986,6 @@ func (s *IntegrationTestSuite) TestGeometricTWAP() {
// This test is to be re-enabled for upgrade once the upgrade handler logic is added and
// the balancer pool genesis is backported to v14.
func (s *IntegrationTestSuite) TestStridePoolMigration() {
if !s.skipUpgrade {
s.T().Skip("skipping, to enable when upgrade handler is updates with migration")
}

const (
// Configurations for tests/e2e/scripts/pool1A.json
// This pool gets initialized pre-upgrade.
Expand Down

0 comments on commit b80c91f

Please sign in to comment.