Skip to content

Commit 2fae750

Browse files
authored
tests: restrict tests to eu-de (#187)
1 parent 199d73e commit 2fae750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var permanentResources map[string]interface{}
2828

2929
// Current supported regions (NOTE: eu-es is not being used as we don't have extended trial plan quota in that region currently)
3030
var validRegions = []string{
31-
"us-south",
31+
// "us-south", // restricting tests to all be in the same region for: https://github.ibm.com/GoldenEye/issues/issues/12725
3232
"eu-de",
3333
}
3434

0 commit comments

Comments
 (0)