make e2e tests parallel

This commit is contained in:
zjhe
2023-12-04 10:00:12 +08:00
committed by lonegunmanb
parent 11ad06e781
commit 91b46e5a4c
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ var speicalTests = map[string]func(*testing.T){
}
func Test_Quickstarts(t *testing.T) {
t.Parallel()
msiId := os.Getenv("MSI_ID")
if msiId != "" {
_ = os.Setenv("TF_VAR_msi_id", msiId)