Skip to content

Commit 791b4a5

Browse files
committed
test: use us-south instead
1 parent cf700c6 commit 791b4a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/pr_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ var permanentResources map[string]interface{}
2525

2626
// Current supported regions (NOTE: eu-es is not being used as we don't have extended trial plan quota in that region currently. Not using us-south on request from SM team)
2727
var validRegions = []string{
28-
"eu-de",
28+
// "eu-de", temp disable due to quota issue in account
29+
"us-south",
2930
}
3031

3132
func TestMain(m *testing.M) {

0 commit comments

Comments
 (0)