summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/execution_stub_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/execution_stub_spec.rb')
-rwxr-xr-xspec/unit/util/execution_stub_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/execution_stub_spec.rb b/spec/unit/util/execution_stub_spec.rb
index 34987689c..9cd15ca6a 100755
--- a/spec/unit/util/execution_stub_spec.rb
+++ b/spec/unit/util/execution_stub_spec.rb
@@ -16,7 +16,7 @@ describe Puppet::Util::ExecutionStub do
Puppet::Util::ExecutionStub.current_value.should == nil
end
- it "should restore normal execution after 'reset' is called" do
+ it "should restore normal execution after 'reset' is called", :fails_on_windows => true do
true_command = Puppet::Util.which('true') # Note: "true" exists at different paths in different OSes
stub_call_count = 0
Puppet::Util::ExecutionStub.set do |command, options|