Disable test for unimplemented feature
This commit is contained in:
parent
a046e5f3d2
commit
600ddf0e43
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ describe 'concat ensure_newline parameter' do
|
|||
|
||||
it 'applies the manifest twice with no stderr' do
|
||||
expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("")
|
||||
expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("")
|
||||
pending "ensure_newline => true causes changes on every run because the files are modified in place." do
|
||||
expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("")
|
||||
end
|
||||
#XXX ensure_newline => true causes changes on every run because the files
|
||||
#are modified in place.
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue