Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var permanentResources map[string]interface{}

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

Expand Down