Skip to content

Commit 7f6ecb0

Browse files
authored
Merge pull request #5708 from nojnhuh/ha-no-win
Remove Windows nodes from HA e2e test
2 parents 8317a15 + 2ee627b commit 7f6ecb0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

test/e2e/azure_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ var _ = Describe("Workload cluster creation", func() {
200200
It("With 3 control-plane nodes and 2 Linux and 2 Windows worker nodes", func() {
201201
clusterName = getClusterName(clusterNamePrefix, "ha")
202202

203-
// Opt into using windows with prow template
204-
Expect(os.Setenv("WINDOWS_WORKER_MACHINE_COUNT", "2")).To(Succeed())
205-
206203
clusterctl.ApplyClusterTemplateAndWait(ctx, createApplyClusterTemplateInput(
207204
specName,
208205
withNamespace(namespace.Name),
@@ -279,18 +276,6 @@ var _ = Describe("Workload cluster creation", func() {
279276
})
280277
})
281278

282-
By("Creating an accessible load balancer for windows", func() {
283-
AzureLBSpec(ctx, func() AzureLBSpecInput {
284-
return AzureLBSpecInput{
285-
BootstrapClusterProxy: bootstrapClusterProxy,
286-
Namespace: namespace,
287-
ClusterName: clusterName,
288-
SkipCleanup: skipCleanup,
289-
Windows: true,
290-
}
291-
})
292-
})
293-
294279
By("PASSED!")
295280
})
296281
})

0 commit comments

Comments
 (0)