mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Delete a problematic test case
Summary: This test case is currently failing with various different versions of `puppet-lint`. I was considering fixing this test case, but I feel that we have more than enough test cases for `ArcanistPuppetLintLinter` anyway. Since this is an `ArcanistExternalLinter`, we only really need to test that the bindings are working as expected (rather than the linter functionality). Test Plan: `arc unit` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11313
This commit is contained in:
parent
50a5d54e71
commit
9c0568e12d
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
exec { 'test':
|
||||
subscribe => File['/etc/test'],
|
||||
refreshonly => true,
|
||||
}
|
||||
~~~~~~~~~~
|
||||
warning:1:15
|
||||
error:2:1
|
||||
warning:2:37
|
||||
error:3:1
|
Loading…
Reference in a new issue