Skip to content

Commit 8b2a624

Browse files
committed
test: unique names for clusters
1 parent ea6cdf4 commit 8b2a624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/frmwrk/bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var _ = Describe("Basic Cluster Creation", Ordered, func() {
4242
ec = createE2ECluster(ctx, e2eCtx, ClusterConfig{
4343
SpecName: "basic-cluster-creation-" + v,
4444
NamespaceName: fmt.Sprintf("e2e-basic-cluster-creation-%d", i),
45-
ClusterName: "simple",
45+
ClusterName: fmt.Sprintf("simple-%d", i),
4646
KubernetesVersion: v,
4747
ControlPlaneMachineImage: os.Getenv("E2E_CONTROL_PLANE_MACHINE_IMAGE_PREFIX") + strings.TrimPrefix(v, "v"),
4848
ControlPlaneMachineCount: 1,

0 commit comments

Comments
 (0)