We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199d73e commit 2fae750Copy full SHA for 2fae750
tests/pr_test.go
@@ -28,7 +28,7 @@ var permanentResources map[string]interface{}
28
29
// Current supported regions (NOTE: eu-es is not being used as we don't have extended trial plan quota in that region currently)
30
var validRegions = []string{
31
- "us-south",
+ // "us-south", // restricting tests to all be in the same region for: https://github.ibm.com/GoldenEye/issues/issues/12725
32
"eu-de",
33
}
34
0 commit comments