Skip to content

Commit

Permalink
fix TestMachineType failing on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Sep 28, 2024
1 parent c50fe68 commit 1ae4708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/driver/driver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func TestMachineType(t *testing.T) {
KVM2: "VM",
QEMU2: "VM",
QEMU: "VM",
VFKit: "VM",
VirtualBox: "VM",
HyperKit: "VM",
VMware: "VM",
Expand Down

0 comments on commit 1ae4708

Please sign in to comment.