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