Skip to content

Commit

Permalink
fix: reenable e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Aug 19, 2024
1 parent deb2717 commit 039bcc8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions integration/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,18 +572,18 @@ func getKubernetesIP() string {
func TestIntegrationTestSuite(t *testing.T) {
integrationTestOnly(t)

// suite.Run(t, new(E2EContainerToContainer))
// suite.Run(t, new(E2EAppNodePort))
suite.Run(t, new(E2EContainerToContainer))
suite.Run(t, new(E2EAppNodePort))
suite.Run(t, new(E2EDeploymentUpdate))
// suite.Run(t, new(E2EApp))
// suite.Run(t, new(E2EPersistentStorageDefault))
// suite.Run(t, new(E2EPersistentStorageBeta2))
// suite.Run(t, new(E2EPersistentStorageDeploymentUpdate))
suite.Run(t, new(E2EApp))
suite.Run(t, new(E2EPersistentStorageDefault))
suite.Run(t, new(E2EPersistentStorageBeta2))
suite.Run(t, new(E2EPersistentStorageDeploymentUpdate))
// suite.Run(t, new(E2EStorageClassRam))
// suite.Run(t, new(E2EMigrateHostname))
// suite.Run(t, new(E2EJWTServer))
// suite.Run(t, new(E2ECustomCurrency))
// suite.Run(t, &E2EIPAddress{IntegrationTestSuite{ipMarketplace: true}})
suite.Run(t, new(E2EMigrateHostname))
suite.Run(t, new(E2EJWTServer))
suite.Run(t, new(E2ECustomCurrency))
suite.Run(t, &E2EIPAddress{IntegrationTestSuite{ipMarketplace: true}})
}

func (s *IntegrationTestSuite) waitForBlocksCommitted(height int) error {
Expand Down

0 comments on commit 039bcc8

Please sign in to comment.