diff --git a/ci-automation/vendor-testing/azure.sh b/ci-automation/vendor-testing/azure.sh index 9f3f1e083b1..6d601d29663 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -71,7 +71,7 @@ query_kola_tests() { other_instance_types=() if [[ "${CIA_ARCH}" = 'amd64' ]]; then - other_instance_types+=('V1' 'Standard_NC6s_v3') + other_instance_types+=('V1') fi run_kola_tests_on_instances \