| 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..c5e1b15b59cee90ec493cce3aad0669e55baf174 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/188963003) - reenable this when the ARB is restarted.
|
| + def disabled_test_lint_test_files(self):
|
| logging_stream = StringIO.StringIO()
|
| options = optparse.Values({'platform': 'test-mac-mac10.10'})
|
| host = MockHost()
|
|
|