| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| index dd8fa4a9f9cc1cfab0b14e533df852e370532831..c200f4f93a615b858172c14f2b01b9b408698d06 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
| @@ -101,7 +101,8 @@ class LintTest(unittest.TestCase):
|
| self.assertEqual(res, [])
|
| self.assertEqual(host.ports_parsed, ['a', 'b', 'b-win'])
|
|
|
| - def test_lint_test_files(self):
|
| + # TODO(crbug.com/574272) - Reenable this after the bug is fixed.
|
| + def disabled_test_lint_test_files(self):
|
| logging_stream = StringIO.StringIO()
|
| options = optparse.Values({'platform': 'test-mac-mac10.10'})
|
| host = MockHost()
|
|
|