Re-disable parallel on virtualbox

This commit is contained in:
Mitchell Hashimoto 2013-03-21 21:44:10 -07:00
parent bd60d6b283
commit 36edc4a0fd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module VagrantPlugins
VirtualBox-based virtual machines.
EOF
provider(:virtualbox, parallel: true) do
provider(:virtualbox) do
require File.expand_path("../provider", __FILE__)
Provider
end