Re-enable pending test since box_optional works again

This commit is contained in:
Paul Hinze 2022-07-12 10:21:43 -05:00
parent 957d0d3779
commit a916cddf68
No known key found for this signature in database
GPG Key ID: 70B94C31D170FB29

View File

@ -100,8 +100,6 @@ 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!