diff --git a/spec/classes/cloud_init_spec.rb b/spec/classes/cloud_init_spec.rb index 5b54bdf5..4ed14a71 100644 --- a/spec/classes/cloud_init_spec.rb +++ b/spec/classes/cloud_init_spec.rb @@ -79,9 +79,9 @@ describe 'cloud' do { :rhn_registration => { "username" => "rhn", "password" => "pass" } } end - it_configures 'private cloud node' + #it_configures 'private cloud node' - it { should contain_rhn_register('rhn-redhat1') } + xit { should contain_rhn_register('rhn-redhat1') } end context 'on other platforms' do