From 93527dc67cca5f34d20548eedf3476667e1cc2b1 Mon Sep 17 00:00:00 2001 From: tstromberg Date: Mon, 6 May 2019 11:16:59 -0700 Subject: [PATCH] Remove duplicate entry breaking tests --- pkg/minikube/problem/err_map.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/minikube/problem/err_map.go b/pkg/minikube/problem/err_map.go index bf0caf58d01c..a54d990a145c 100644 --- a/pkg/minikube/problem/err_map.go +++ b/pkg/minikube/problem/err_map.go @@ -70,11 +70,6 @@ var vmProblems = map[string]match{ Issues: []int{3614}, URL: "https://stackoverflow.com/questions/52277019/how-to-fix-vm-issue-with-minikube-start", }, - "VBOX_BLOCKED_LOADING": { - Regexp: re(`NS_ERROR_FAILURE.*0x80004005`), - Advice: "Reinstall VirtualBox and verify that it is not blocked: System Preferences -> Security & Privacy -> General -> Some system software was blocked from loading", - Issues: []int{4107}, - }, "VBOX_KERNEL_MODULE_NOT_LOADED": { Regexp: re(`The vboxdrv kernel module is not loaded`), Advice: "Run 'sudo modprobe vboxdrv' and reinstall VirtualBox if it fails.",