diff --git a/test/unit/vagrant/batch_action_test.rb b/test/unit/vagrant/batch_action_test.rb index 86254e8b8..0bc940d26 100644 --- a/test/unit/vagrant/batch_action_test.rb +++ b/test/unit/vagrant/batch_action_test.rb @@ -34,7 +34,9 @@ describe Vagrant::BatchAction do called_actions.include?([machine2, "destroy", nil]).should be end - it "should handle forks gracefully" do + it "should handle forks gracefully", :skip_windows do + # Doesn't need to be tested on Windows since Windows doesn't + # support fork(1) machine.stub(:action) do |action, opts| pid = fork if !pid