Skip to content

Commit

Permalink
uncomment more
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 28, 2024
1 parent 0a9d635 commit 4960b1b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/e2e/capi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,18 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
// })
// })

// Context("Running the workload cluster upgrade spec [K8s-Upgrade]", func() {
// capi_e2e.ClusterUpgradeConformanceSpec(ctx, func() capi_e2e.ClusterUpgradeConformanceSpecInput {
// return capi_e2e.ClusterUpgradeConformanceSpecInput{
// E2EConfig: e2eConfig,
// ClusterctlConfigPath: clusterctlConfigPath,
// BootstrapClusterProxy: bootstrapClusterProxy,
// ArtifactFolder: artifactFolder,
// SkipCleanup: skipCleanup,
// SkipConformanceTests: true,
// }
// })
// })
Context("Running the workload cluster upgrade spec [K8s-Upgrade]", func() {
capi_e2e.ClusterUpgradeConformanceSpec(ctx, func() capi_e2e.ClusterUpgradeConformanceSpecInput {
return capi_e2e.ClusterUpgradeConformanceSpecInput{
E2EConfig: e2eConfig,
ClusterctlConfigPath: clusterctlConfigPath,
BootstrapClusterProxy: bootstrapClusterProxy,
ArtifactFolder: artifactFolder,
SkipCleanup: skipCleanup,
SkipConformanceTests: true,
}
})
})

// Context("Running KCP upgrade in a HA cluster [K8s-Upgrade]", func() {
// capi_e2e.ClusterUpgradeConformanceSpec(ctx, func() capi_e2e.ClusterUpgradeConformanceSpecInput {
Expand Down

0 comments on commit 4960b1b

Please sign in to comment.