Volume plugin tests [integration/plugin/volumes] should always be executed - checks for OS Type should happen within the test
@@ -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 {