Skip to content

Commit

Permalink
Merge pull request #19726 from prezha/fix-TestMachineType
Browse files Browse the repository at this point in the history
fix TestMachineType failing on macOS
  • Loading branch information
spowelljr authored Sep 30, 2024
2 parents 07a4532 + 1ae4708 commit 97892cb
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 97892cb

Please sign in to comment.