@@ -620,11 +620,6 @@ func TestRunVsiExtention(t *testing.T) {
620620 // Programmatically determine region to use based on availability
621621 region , _ := testhelper .GetBestVpcRegion (val , "../common-dev-assets/common-go-assets/cloudinfo-region-vpc-gen2-prefs.yaml" , "eu-de" )
622622
623- // Exclude br-sao due to direct endpoint connectivity issues with CI/CD infrastructure
624- if region == "br-sao" {
625- region = "us-south" // Fallback to us-south if br-sao is selected
626- }
627-
628623 logger .Log (t , "Tempdir: " , tempTerraformDir )
629624 existingTerraformOptions := terraform .WithDefaultRetryableErrors (t , & terraform.Options {
630625 TerraformDir : vpcTerraformDir ,
@@ -685,11 +680,6 @@ func TestRunUpgradeVsiExtention(t *testing.T) {
685680 // Programmatically determine region to use based on availability
686681 region , _ := testhelper .GetBestVpcRegion (val , "../common-dev-assets/common-go-assets/cloudinfo-region-vpc-gen2-prefs.yaml" , "eu-de" )
687682
688- // Exclude br-sao due to direct endpoint connectivity issues with CI/CD infrastructure
689- if region == "br-sao" {
690- region = "us-south" // Fallback to us-south if br-sao is selected
691- }
692-
693683 logger .Log (t , "Tempdir: " , tempTerraformDir )
694684 existingTerraformOptions := terraform .WithDefaultRetryableErrors (t , & terraform.Options {
695685 TerraformDir : vpcTerraformDir ,
0 commit comments