Fix failing tests on Windows
This commit is contained in:
parent
49471ffbf6
commit
8624e2cbf2
|
@ -43,7 +43,7 @@ describe Vagrant::Environment do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
it "throws an exception if inaccessible" do
|
it "throws an exception if inaccessible", skip_windows: true do
|
||||||
expect {
|
expect {
|
||||||
described_class.new(:home_path => "/")
|
described_class.new(:home_path => "/")
|
||||||
}.to raise_error(Vagrant::Errors::HomeDirectoryNotAccessible)
|
}.to raise_error(Vagrant::Errors::HomeDirectoryNotAccessible)
|
||||||
|
|
Loading…
Reference in New Issue