Mark box_optional test as temporarily pending

This commit is contained in:
Paul Hinze 2022-05-26 11:16:45 -05:00
parent 4d79c95177
commit 6f9ea74e0e
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -100,6 +100,8 @@ describe VagrantPlugins::Kernel_V2::VMConfig do
end
it "is not required if the provider says so" do
# TODO: reenable this test once provider options are implemented
pending "removal of temporary workaround"
machine.provider_options[:box_optional] = true
subject.box = nil
subject.finalize!