瀏覽代碼

Merge pull request #40193 from vikramhh/volumes_plugins_test_failure

Volume plugin tests [integration/plugin/volumes] should always be executed - checks for OS Type should happen within the test
Brian Goff 5 年之前
父節點
當前提交
5f83f15ecb
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      integration/plugin/volumes/main_test.go

+ 0 - 3
integration/plugin/volumes/main_test.go

@@ -19,9 +19,6 @@ func TestMain(m *testing.M) {
 		fmt.Println(err)
 		os.Exit(1)
 	}
-	if testEnv.OSType != "linux" {
-		os.Exit(0)
-	}
 	err = environment.EnsureFrozenImagesLinux(testEnv)
 	if err != nil {
 		fmt.Println(err)