Deactivate one broken puppet test

With stlib <= 4.9 this test doesn't pass. Will be reactivated with the
update of stdlib > 4.9
see comment in lma_collector/manifests/hiera_data.pp

Change-Id: I2e3a8b30c61fdb34dfa9166c6f12dca6d566e1e4
This commit is contained in:
Swann Croiset 2015-09-23 10:53:02 +02:00
parent 682da49b1f
commit 02d2860b04
1 changed files with 10 additions and 10 deletions

View File

@ -32,16 +32,16 @@ EOF
it { is_expected.to contain_file('/etc/hiera/override/foo.yaml') }
end
describe 'with invalid YAML' do
yaml =<<EOF
lma_collector:
some_parameter: "ee
EOF
let(:params) do
{:content => yaml}
end
it { is_expected.to raise_error(Psych::SyntaxError) }
end
# describe 'with invalid YAML' do
# yaml =<<EOF
#lma_collector:
# some_parameter: "ee
#EOF
# let(:params) do
# {:content => yaml}
# end
# it { is_expected.to raise_error(Psych::SyntaxError) }
# end
describe 'with data which is not a hahs' do
yaml =<<EOF