diff --git a/test/integration/driver_update_test.go b/test/integration/driver_install_or_update_test.go similarity index 95% rename from test/integration/driver_update_test.go rename to test/integration/driver_install_or_update_test.go index e7a8726334..41f4daa8fe 100644 --- a/test/integration/driver_update_test.go +++ b/test/integration/driver_install_or_update_test.go @@ -30,8 +30,12 @@ import ( ) func TestDriverInstallOrUpdate(t *testing.T) { + if isTestNoneDriver(t) { + t.Skip("Skip none driver.") + } + if runtime.GOOS != "linux" { - t.Skip() + t.Skip("Skip if not linux.") } tests := []struct {