From 827bb58c9e9256ec947d3a3114cbd583d090f059 Mon Sep 17 00:00:00 2001 From: Andy Bristol Date: Sun, 10 Jun 2018 08:12:46 -0700 Subject: [PATCH] [test] add fix for rare virtualbox error (#31212) See the vagrant issue mentioned in this commit for details. This error has happened a couple times in packaging test CI builds with workers using virtualbox 5.2.10r122088 --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 313cb351d8bc5..1ed75b223725b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -31,6 +31,9 @@ Vagrant.configure(2) do |config| # Give the box more memory and cpu because our tests are beasts! vbox.memory = Integer(ENV['VAGRANT_MEMORY'] || 8192) vbox.cpus = Integer(ENV['VAGRANT_CPUS'] || 4) + + # see https://github.com/hashicorp/vagrant/issues/9524 + vbox.customize ["modifyvm", :id, "--audio", "none"] end # Switch the default share for the project root from /vagrant to