diff --git a/test/scripts/run-e2e-windows.sh b/test/scripts/run-e2e-windows.sh index 96ec696af..a214d1b99 100755 --- a/test/scripts/run-e2e-windows.sh +++ b/test/scripts/run-e2e-windows.sh @@ -27,7 +27,7 @@ parse_cred() { } get_random_region() { - local REGIONS=("eastus" "eastus2" "southcentralus" "westeurope" "uksouth" "northeurope" "francecentral") + local REGIONS=("eastus" "eastus2" "southcentralus" "westeurope" "uksouth") echo "${REGIONS[${RANDOM} % ${#REGIONS[@]}]}" }