Skip to content

Commit 38d4c5c

Browse files
committed
test: use unique cluster name to avoid collisions
Signed-off-by: Carlos Salas <[email protected]>
1 parent 71f39ce commit 38d4c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ var _ = Describe("Workload cluster creation", func() {
219219
InfrastructureProvider: clusterctl.DefaultInfrastructureProvider,
220220
Flavor: "ci-topology",
221221
Namespace: namespace.Name,
222-
ClusterName: clusterName,
222+
ClusterName: fmt.Sprintf("%s-topology", clusterName),
223223
KubernetesVersion: e2eConfig.GetVariable(KubernetesVersion),
224224
ControlPlaneMachineCount: ptr.To[int64](1),
225225
WorkerMachineCount: ptr.To[int64](1),

0 commit comments

Comments
 (0)