@@ -81,7 +81,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
81
81
})
82
82
83
83
Describe ("Workload cluster (default)" , func () {
84
- It ("It should be creatable and deletable" , func () {
84
+ It ("should be creatable and deletable" , func () {
85
85
shared .Logf ("Creating a cluster" )
86
86
clusterName := fmt .Sprintf ("cluster-%s" , namespace .Name )
87
87
configCluster := defaultConfigCluster (clusterName , namespace .Name )
@@ -247,7 +247,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
247
247
})
248
248
249
249
Describe ("Workload cluster (without lb)" , func () {
250
- It ("Should create port(s) with custom options" , func () {
250
+ It ("should create port(s) with custom options" , func () {
251
251
shared .Logf ("Creating a cluster" )
252
252
clusterName := fmt .Sprintf ("cluster-%s" , namespace .Name )
253
253
configCluster := defaultConfigCluster (clusterName , namespace .Name )
@@ -466,7 +466,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
466
466
})
467
467
468
468
Describe ("MachineDeployment misconfigurations" , func () {
469
- It ("Should fail to create MachineDeployment with invalid subnet or invalid availability zone" , func () {
469
+ It ("should fail to create MachineDeployment with invalid subnet or invalid availability zone" , func () {
470
470
shared .Logf ("Creating a cluster" )
471
471
clusterName := fmt .Sprintf ("cluster-%s" , namespace .Name )
472
472
configCluster := defaultConfigCluster (clusterName , namespace .Name )
@@ -534,7 +534,7 @@ var _ = Describe("e2e tests [PR-Blocking]", func() {
534
534
Expect (err ).NotTo (HaveOccurred ())
535
535
})
536
536
537
- It ("It should be creatable and deletable" , func () {
537
+ It ("should be creatable and deletable" , func () {
538
538
workerMachines := framework .GetMachinesByMachineDeployments (ctx , framework.GetMachinesByMachineDeploymentsInput {
539
539
Lister : e2eCtx .Environment .BootstrapClusterProxy .GetClient (),
540
540
ClusterName : clusterName ,
0 commit comments