From 8624e2cbf2cd1eae91c1fe1c41ae877642825469 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 11 Mar 2014 11:09:37 -0700 Subject: [PATCH] Fix failing tests on Windows --- test/unit/vagrant/environment_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/vagrant/environment_test.rb b/test/unit/vagrant/environment_test.rb index f95cc8744..b1fa74985 100644 --- a/test/unit/vagrant/environment_test.rb +++ b/test/unit/vagrant/environment_test.rb @@ -43,7 +43,7 @@ describe Vagrant::Environment do end end - it "throws an exception if inaccessible" do + it "throws an exception if inaccessible", skip_windows: true do expect { described_class.new(:home_path => "/") }.to raise_error(Vagrant::Errors::HomeDirectoryNotAccessible)