Skip to content

Commit 702e470

Browse files
committed
removed midflight changes from another PR
1 parent a0371ac commit 702e470

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

test/e2e/capx_quick_start_test.go

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ var _ = Describe("When following the Cluster API quick-start", Label("quickstart
3636
})
3737
})
3838

39-
var _ = Describe("When following the Cluster API quick-start with ClusterClass", Label("quickstart", "capx-feature-test"), func() {
40-
capi_e2e.QuickStartSpec(ctx, func() capi_e2e.QuickStartSpecInput {
41-
return capi_e2e.QuickStartSpecInput{
42-
E2EConfig: e2eConfig,
43-
ClusterctlConfigPath: clusterctlConfigPath,
44-
BootstrapClusterProxy: bootstrapClusterProxy,
45-
ArtifactFolder: artifactFolder,
46-
SkipCleanup: skipCleanup,
47-
Flavor: pointer.String("topology"),
48-
}
49-
})
50-
})
39+
// var _ = Describe("When following the Cluster API quick-start with ClusterClass [PR-Informing]", func() {
40+
// QuickStartSpec(ctx, func() QuickStartSpecInput {
41+
// return QuickStartSpecInput{
42+
// E2EConfig: e2eConfig,
43+
// ClusterctlConfigPath: clusterctlConfigPath,
44+
// BootstrapClusterProxy: bootstrapClusterProxy,
45+
// ArtifactFolder: artifactFolder,
46+
// SkipCleanup: skipCleanup,
47+
// Flavor: pointer.String("topology"),
48+
// }
49+
// })
50+
// })
5151

5252
// // NOTE: This test requires an IPv6 management cluster (can be configured via IP_FAMILY=IPv6).
5353
// var _ = Describe("When following the Cluster API quick-start with IPv6 [IPv6] [PR-Informing]", func() {

0 commit comments

Comments
 (0)