提交 2f4117f6 编写于 作者: P Priya Wadhwa

Only run disable-driver-mounts test with virtualbox

上级 cb5bc9c8
......@@ -85,7 +85,7 @@ func TestStartStop(t *testing.T) {
if !strings.Contains(tc.name, "docker") && NoneDriver() {
t.Skipf("skipping %s - incompatible with none driver", t.Name())
}
if strings.Contains(tc.name, "disable_driver_mounts") && !VirtualboxDriver() {
if strings.Contains(tc.name, "disable-driver-mounts") && !VirtualboxDriver() {
t.Skipf("skipping %s - only runs on virtualbox", t.Name())
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册