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() {
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 })
You can’t perform that action at this time.
0 commit comments