Chromium Code Reviews| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py |
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py |
| index 0f5e7731f7d9a243828b46179eba1f1a49328151..809d7090c6c94e3069e85fc4070366283f5ee894 100644 |
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py |
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py |
| @@ -230,6 +230,9 @@ class TestImporter(object): |
| if filename.startswith('.') or filename.endswith('.pl'): |
| continue # For some reason the w3c repo contains random perl scripts we don't care about. |
| + if filename == 'OWNERS': |
| + continue # These files fail our presubmits |
|
qyearsley
2016/06/02 20:59:41
Could add a period at the end of the sentence, for
|
| + |
| fullpath = self.filesystem.join(root, filename) |