Skip to content

Commit

Permalink
Merge pull request #103734 from wojtek-t/automated-cherry-pick-of-#10…
Browse files Browse the repository at this point in the history
…3733-upstream-release-1.21

Automated cherry pick of #103733 upstream release 1.21
  • Loading branch information
k8s-ci-robot committed Jul 16, 2021
2 parents 1c29b77 + 01da25e commit 0e1bd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cloud/gcp/cluster_upgrade.go
Expand Up @@ -64,7 +64,7 @@ var _ = SIGDescribe("Upgrade [Feature:Upgrade]", func() {
Name: "[sig-cloud-provider-gcp] master-upgrade",
Classname: "upgrade_tests",
}
testSuite.TestCases = append(testSuite.TestCases, masterUpgradeTest, nil)
testSuite.TestCases = append(testSuite.TestCases, masterUpgradeTest)

upgradeFunc := common.ControlPlaneUpgradeFunc(f, upgCtx, masterUpgradeTest, nil)
upgrades.RunUpgradeSuite(upgCtx, upgradeTests, testFrameworks, testSuite, upgrades.MasterUpgrade, upgradeFunc)
Expand Down

0 comments on commit 0e1bd6a

Please sign in to comment.