Skip to content

Commit 53148e4

Browse files
committed
skip cluster update modal for noop test
1 parent 9b88c55 commit 53148e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/install_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,8 @@ func TestSingleNodeInstallationNoopUpgrade(t *testing.T) {
17021702
}
17031703

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

17071708
t.Logf("%s: upgrading cluster", time.Now().Format(time.RFC3339))
17081709
if _, _, err := runPlaywrightTest(t, tc, "deploy-upgrade", testArgs...); err != nil {

0 commit comments

Comments
 (0)