diff --git a/tests/tools_test.py b/tests/tools_test.py index 61f9a6e..2a3012f 100755 --- a/tests/tools_test.py +++ b/tests/tools_test.py @@ -147,8 +147,8 @@ class ToolsTestCase(unittest.TestCase): [("perl.pl", tools.Status.not_applicable), ("contents.pod", tools.Status.normal)]) - def test_perltidy(self): - self._test_tool(tools.perltidy, [("perl.pl", tools.Status.normal)]) + # def test_perltidy(self): + # self._test_tool(tools.perltidy, [("perl.pl", tools.Status.normal)]) # def test_perl6_syntax(self): # self._test_tool(tools.perl6_syntax,