@@ -71,17 +71,18 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
71
71
})
72
72
})
73
73
74
- Context ("Should successfully remediate unhealthy machines with MachineHealthCheck" , func () {
75
- capi_e2e .KCPRemediationSpec (ctx , func () capi_e2e.KCPRemediationSpecInput {
76
- return capi_e2e.KCPRemediationSpecInput {
77
- E2EConfig : e2eConfig ,
78
- ClusterctlConfigPath : clusterctlConfigPath ,
79
- BootstrapClusterProxy : bootstrapClusterProxy ,
80
- ArtifactFolder : artifactFolder ,
81
- SkipCleanup : skipCleanup ,
82
- }
83
- })
84
- })
74
+ // TODO: Investigate why this test is failing and fix it: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/issues/1156
75
+ // Context("Should successfully remediate unhealthy machines with MachineHealthCheck", func() {
76
+ // capi_e2e.KCPRemediationSpec(ctx, func() capi_e2e.KCPRemediationSpecInput {
77
+ // return capi_e2e.KCPRemediationSpecInput{
78
+ // E2EConfig: e2eConfig,
79
+ // ClusterctlConfigPath: clusterctlConfigPath,
80
+ // BootstrapClusterProxy: bootstrapClusterProxy,
81
+ // ArtifactFolder: artifactFolder,
82
+ // SkipCleanup: skipCleanup,
83
+ // }
84
+ // })
85
+ // })
85
86
86
87
Context ("Running the workload cluster upgrade spec [K8s-Upgrade]" , func () {
87
88
capi_e2e .ClusterUpgradeConformanceSpec (ctx , func () capi_e2e.ClusterUpgradeConformanceSpecInput {
0 commit comments