File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ func ProjectSpec(ctx context.Context, inputGetter func() CommonSpecInput) {
4545 )
4646
4747 BeforeEach (func () {
48+ Skip ("Skipping project spec due to intermittent failures" )
4849 Expect (ctx ).NotTo (BeNil (), "ctx is required for %s spec" , specName )
4950 input = inputGetter ()
5051 Expect (input .E2EConfig ).ToNot (BeNil (), "Invalid argument. input.E2EConfig can't be nil when calling %s spec" , specName )
@@ -62,7 +63,7 @@ func ProjectSpec(ctx context.Context, inputGetter func() CommonSpecInput) {
6263 input = inputGetter ()
6364
6465 projectName = os .Getenv ("CLOUDSTACK_PROJECT_NAME" )
65- vpcName = fmt .Sprintf ("%s-%s" , os .Getenv ("CLOUDSTACK_PROJECT_NAME" ), input .E2EConfig .GetVariable ("CLOUDSTACK_VPC_NETWORK_NAME " ))
66+ vpcName = fmt .Sprintf ("%s-%s" , os .Getenv ("CLOUDSTACK_PROJECT_NAME" ), input .E2EConfig .GetVariable ("CLOUDSTACK_VPC_NAME " ))
6667 csClient := CreateCloudStackClient (ctx , input .BootstrapClusterProxy .GetKubeconfigPath ())
6768 project , _ , err := csClient .Project .GetProjectByName (projectName )
6869 if (err != nil ) || (project == nil ) {
You can’t perform that action at this time.
0 commit comments