Fix TestStartStop so that none tests are executed

pull/3683/head
Thomas Stromberg 2019-02-14 20:26:24 -08:00
parent 7e6c688116
commit 61d0516bba
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func TestStartStop(t *testing.T) {
for _, test := range tests {
t.Run(test.runtime, func(t *testing.T) {
runner := NewMinikubeRunner(t)
if test.runtime != "" && usingNoneDriver(runner) {
if test.runtime != "docker" && usingNoneDriver(runner) {
t.Skipf("skipping, can't use %s with none driver", test.runtime)
}