File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -200,9 +200,6 @@ var _ = Describe("Workload cluster creation", func() {
200
200
It ("With 3 control-plane nodes and 2 Linux and 2 Windows worker nodes" , func () {
201
201
clusterName = getClusterName (clusterNamePrefix , "ha" )
202
202
203
- // Opt into using windows with prow template
204
- Expect (os .Setenv ("WINDOWS_WORKER_MACHINE_COUNT" , "2" )).To (Succeed ())
205
-
206
203
clusterctl .ApplyClusterTemplateAndWait (ctx , createApplyClusterTemplateInput (
207
204
specName ,
208
205
withNamespace (namespace .Name ),
@@ -279,18 +276,6 @@ var _ = Describe("Workload cluster creation", func() {
279
276
})
280
277
})
281
278
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
-
294
279
By ("PASSED!" )
295
280
})
296
281
})
You can’t perform that action at this time.
0 commit comments