Skip to content

Commit 52a9eb2

Browse files
authored
test: include those regions in test where event notifications is available (#220)
1 parent 991fe28 commit 52a9eb2

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

tests/pr_test.go

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,13 @@ const solutionInstanceDADir = "solutions/instances"
2828
const solutionAgentsDADir = "solutions/agents"
2929
const agentsKubeconfigDir = "solutions/agents/kubeconfig"
3030

31-
// Current supported regions for Observability instances
32-
// (NOTE: Disabling some regions temporarily due to known issue in those regions)
31+
// Currently only including regions that Event Notification support
3332
var validRegions = []string{
3433
"au-syd",
3534
"eu-gb",
36-
// "eu-de",
37-
// "eu-es",
38-
// "jp-osa",
39-
// "jp-tok",
40-
// "us-south",
41-
// "us-east",
42-
// "ca-tor",
43-
// "br-sao",
35+
"eu-de",
36+
"eu-es",
37+
"us-south",
4438
}
4539

4640
var sharedInfoSvc *cloudinfo.CloudInfoService

0 commit comments

Comments
 (0)