summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/functions/template_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/functions/template_spec.rb')
-rwxr-xr-xspec/unit/parser/functions/template_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/functions/template_spec.rb b/spec/unit/parser/functions/template_spec.rb
index e7ee974d3..6bce69534 100755
--- a/spec/unit/parser/functions/template_spec.rb
+++ b/spec/unit/parser/functions/template_spec.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env rspec
require 'spec_helper'
-describe "the template function" do
+describe "the template function", :'fails_on_ruby_1.9.2' => true do
before :all do
Puppet::Parser::Functions.autoloader.loadall
end