Skip to content

Commit e08621f

Browse files
authored
test: disable policy create for hpcs tests (#630)
1 parent 1689e75 commit e08621f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/other_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ func TestRunRoksPatternWithHPCS(t *testing.T) {
1515

1616
options.TerraformVars["hs_crypto_instance_name"] = permanentResources["hpcs_name_south"]
1717
options.TerraformVars["hs_crypto_resource_group"] = permanentResources["hpcs_rg_south"]
18+
options.TerraformVars["add_kms_block_storage_s2s"] = false
1819
// If "jp-osa" was the best region selected, default to us-south instead.
1920
// "jp-osa" is currently not allowing hs-crypto be used for encrypting buckets in that region.
2021
currentRegion, ok := options.TerraformVars["region"]
@@ -35,6 +36,7 @@ func TestRunVSIPatternWithHPCS(t *testing.T) {
3536

3637
options.TerraformVars["hs_crypto_instance_name"] = permanentResources["hpcs_name_south"]
3738
options.TerraformVars["hs_crypto_resource_group"] = permanentResources["hpcs_rg_south"]
39+
options.TerraformVars["add_kms_block_storage_s2s"] = false
3840
// If "jp-osa" was the best region selected, default to us-south instead.
3941
// "jp-osa" is currently not allowing hs-crypto be used for encrypting buckets in that region.
4042
currentRegion, ok := options.TerraformVars["region"]

0 commit comments

Comments
 (0)