Skipe driver intallOrUpdate test for none driver

pull/5085/head
josedonizetti 2019-09-04 08:01:45 -04:00
parent 0cf4921c14
commit ce93bd0253
1 changed files with 5 additions and 1 deletions

View File

@ -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 {