Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Feb 1, 2025
1 parent e71a7d1 commit 7e4f161
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions e2e/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,7 @@ func TestSingleNodeUpgradePreviousStable(t *testing.T) {
}

appUpgradeVersion := fmt.Sprintf("appver-%s-noop", os.Getenv("SHORT_SHA"))
skipClusterUpgradeCheck := "true"
testArgs := []string{appUpgradeVersion, skipClusterUpgradeCheck}
testArgs := []string{appUpgradeVersion}

t.Logf("%s: upgrading cluster", time.Now().Format(time.RFC3339))
if stdout, stderr, err := tc.RunPlaywrightTest("deploy-upgrade", testArgs...); err != nil {
Expand Down Expand Up @@ -684,8 +683,7 @@ func TestUpgradeEC18FromReplicatedApp(t *testing.T) {
}

appUpgradeVersion := fmt.Sprintf("appver-%s-noop", os.Getenv("SHORT_SHA"))
skipClusterUpgradeCheck := "true"
testArgs := []string{appUpgradeVersion, skipClusterUpgradeCheck}
testArgs := []string{appUpgradeVersion}

t.Logf("%s: upgrading cluster", time.Now().Format(time.RFC3339))
if stdout, stderr, err := tc.RunPlaywrightTest("deploy-upgrade", testArgs...); err != nil {
Expand Down

0 comments on commit 7e4f161

Please sign in to comment.