Skip to content

Commit

Permalink
Fix panic in master upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Jul 16, 2021
1 parent 1c29b77 commit 01da25e
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 01da25e

Please sign in to comment.