From a916cddf68ca1aa87b21e6b120a413ba415bcd8e Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 12 Jul 2022 10:21:43 -0500 Subject: [PATCH] Re-enable pending test since box_optional works again --- test/unit/plugins/kernel_v2/config/vm_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit/plugins/kernel_v2/config/vm_test.rb b/test/unit/plugins/kernel_v2/config/vm_test.rb index e12331bfc..d35cf3a9a 100644 --- a/test/unit/plugins/kernel_v2/config/vm_test.rb +++ b/test/unit/plugins/kernel_v2/config/vm_test.rb @@ -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!