File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ func TestRunUpgradeSolutionInstances(t *testing.T) {
116116 "management_endpoint_type_for_bucket" : "public" ,
117117 "enable_platform_logs" : "false" ,
118118 "enable_platform_metrics" : "false" ,
119+ "region" : options .Region ,
119120 "cloud_logs_policies" : []map [string ]interface {}{
120121 {
121122 "logs_policy_name" : "upg-test-policy" ,
@@ -368,6 +369,7 @@ func TestRunExistingResourcesInstancesSchematics(t *testing.T) {
368369}
369370
370371func TestTenantsInSchematics (t * testing.T ) {
372+ t .Skip ("Skipping test until https://github.ibm.com/GoldenEye/issues/issues/10676 is complete" )
371373 t .Parallel ()
372374
373375 tenant_configuration := []map [string ]interface {}{
@@ -401,6 +403,7 @@ func TestTenantsInSchematics(t *testing.T) {
401403}
402404
403405func TestTenantsUpgradeTest (t * testing.T ) {
406+ t .Skip ("Skipping test until https://github.ibm.com/GoldenEye/issues/issues/10676 is complete" )
404407 t .Parallel ()
405408
406409 tenant_configuration := []map [string ]interface {}{
You can’t perform that action at this time.
0 commit comments