Skip to content

Commit 97892cb

Browse files
authored
Merge pull request #19726 from prezha/fix-TestMachineType
fix TestMachineType failing on macOS
2 parents 07a4532 + 1ae4708 commit 97892cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/driver/driver_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ func TestMachineType(t *testing.T) {
6868
KVM2: "VM",
6969
QEMU2: "VM",
7070
QEMU: "VM",
71+
VFKit: "VM",
7172
VirtualBox: "VM",
7273
HyperKit: "VM",
7374
VMware: "VM",

0 commit comments

Comments
 (0)