diff --git a/tests/e2e/e2e_test.go b/tests/e2e/e2e_test.go index fd9cf1b7a38..2864d08c188 100644 --- a/tests/e2e/e2e_test.go +++ b/tests/e2e/e2e_test.go @@ -4,13 +4,14 @@ import ( "github.com/osmosis-labs/osmosis/v7/tests/e2e/chain" ) -func (s *IntegrationTestSuite) TestCreatePool() { +func (s *IntegrationTestSuite) TestCreatePoolPostUpgrade() { if s.skipUpgrade { s.T().Skip() } chainA := s.configurer.GetChainConfig(0).GetChain() s.configurer.CreatePool(chainA.ChainMeta.Id, 0, "pool2A.json") + s.configurer.CreatePool(chainA.ChainMeta.Id, 0, "pool2B.json") } func (s *IntegrationTestSuite) TestIBCTokenTransfer() {