summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/resource/ral_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/indirector/resource/ral_spec.rb')
-rwxr-xr-xspec/unit/indirector/resource/ral_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/indirector/resource/ral_spec.rb b/spec/unit/indirector/resource/ral_spec.rb
index cf746cb0c..e38745f05 100755
--- a/spec/unit/indirector/resource/ral_spec.rb
+++ b/spec/unit/indirector/resource/ral_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
describe "Puppet::Resource::Ral" do
- describe "find" do
+ describe "find", :fails_on_windows => true do
before do
@request = stub 'request', :key => "user/root"
end