We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8979e69 commit 0d59000Copy full SHA for 0d59000
test/e2e/capi_test.go
@@ -1,3 +1,4 @@
1
+//go:build e2e
2
// +build e2e
3
4
/*
@@ -275,7 +276,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
275
276
BootstrapClusterProxy: bootstrapClusterProxy,
277
ArtifactFolder: artifactFolder,
278
ControlPlaneMachineCount: pointer.Int64(3),
- WorkerMachineCount: pointer.Int64(1),
279
+ WorkerMachineCount: pointer.Int64(0),
280
SkipCleanup: skipCleanup,
281
SkipConformanceTests: true,
282
}
@@ -290,7 +291,7 @@ var _ = Describe("Running the Cluster API E2E tests", func() {
290
291
292
293
294
295
296
297
Flavor: pointer.String("kcp-scale-in"),
0 commit comments