@@ -85,7 +85,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
85
85
})
86
86
87
87
Describe ("Workload cluster (default)" , func () {
88
- It ("It should be creatable and deletable" , func () {
88
+ It ("should be creatable and deletable" , func () {
89
89
shared .Logf ("Creating a cluster" )
90
90
clusterName := fmt .Sprintf ("cluster-%s" , namespace .Name )
91
91
configCluster := defaultConfigCluster (clusterName , namespace .Name )
@@ -206,7 +206,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
206
206
})
207
207
208
208
Describe ("Workload cluster (without lb)" , func () {
209
- It ("Should create port(s) with custom options" , func () {
209
+ It ("should create port(s) with custom options" , func () {
210
210
shared .Logf ("Creating a cluster" )
211
211
clusterName := fmt .Sprintf ("cluster-%s" , namespace .Name )
212
212
configCluster := defaultConfigCluster (clusterName , namespace .Name )
@@ -526,7 +526,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
526
526
})
527
527
528
528
Describe ("MachineDeployment misconfigurations" , func () {
529
- It ("Should fail to create MachineDeployment with invalid subnet or invalid availability zone" , func () {
529
+ It ("should fail to create MachineDeployment with invalid subnet or invalid availability zone" , func () {
530
530
shared .Logf ("Creating a cluster" )
531
531
clusterName := fmt .Sprintf ("cluster-%s" , namespace .Name )
532
532
configCluster := defaultConfigCluster (clusterName , namespace .Name )
@@ -594,7 +594,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
594
594
Expect (err ).NotTo (HaveOccurred ())
595
595
})
596
596
597
- It ("It should be creatable and deletable" , func () {
597
+ It ("should be creatable and deletable" , func () {
598
598
workerMachines := framework .GetMachinesByMachineDeployments (ctx , framework.GetMachinesByMachineDeploymentsInput {
599
599
Lister : e2eCtx .Environment .BootstrapClusterProxy .GetClient (),
600
600
ClusterName : clusterName ,
0 commit comments