Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 9943299

Browse files
committed
Exclude another region from tests
1 parent da4baac commit 9943299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vault_main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestMainVaultCluster(t *testing.T) {
101101
amisPackerOptions := map[string]*packer.Options{}
102102
for _, ami := range amisData {
103103
// Exclude a few regions as they are missing the instance types we use
104-
awsRegion := aws.GetRandomRegion(t, nil, []string{"eu-north-1", "ca-central-1"})
104+
awsRegion := aws.GetRandomRegion(t, nil, []string{"eu-north-1", "ca-central-1", "ap-northeast-2"})
105105

106106
test_structure.SaveString(t, WORK_DIR, fmt.Sprintf("awsRegion-%s", ami.Name), awsRegion)
107107

0 commit comments

Comments
 (0)