Skip to content

Commit fc9c188

Browse files
authored
test: Update upgrade test to pick random region + disable log router tenant tests (#269)
1 parent 4626837 commit fc9c188

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pr_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

370371
func 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

403405
func 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{}{

0 commit comments

Comments
 (0)