Skip to content

Commit ca929a9

Browse files
authored
Merge pull request #5716 from k8s-infra-cherrypick-robot/cherry-pick-5708-to-release-1.19
[release-1.19] Remove Windows nodes from HA e2e test
2 parents a32017b + dff01a2 commit ca929a9

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
@@ -199,9 +199,6 @@ var _ = Describe("Workload cluster creation", func() {
199199
It("With 3 control-plane nodes and 2 Linux and 2 Windows worker nodes", func() {
200200
clusterName = getClusterName(clusterNamePrefix, "ha")
201201

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

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

0 commit comments

Comments
 (0)