From 9c0568e12daebe336d87b6ebf08da05fb98a0926 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Mon, 12 Jan 2015 06:43:58 +1100 Subject: [PATCH] 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 --- .../linter/__tests__/puppet-lint/2sp_soft_tabs.lint-test | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/lint/linter/__tests__/puppet-lint/2sp_soft_tabs.lint-test diff --git a/src/lint/linter/__tests__/puppet-lint/2sp_soft_tabs.lint-test b/src/lint/linter/__tests__/puppet-lint/2sp_soft_tabs.lint-test deleted file mode 100644 index a61c0035..00000000 --- a/src/lint/linter/__tests__/puppet-lint/2sp_soft_tabs.lint-test +++ /dev/null @@ -1,9 +0,0 @@ -exec { 'test': - subscribe => File['/etc/test'], - refreshonly => true, -} -~~~~~~~~~~ -warning:1:15 -error:2:1 -warning:2:37 -error:3:1