| 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 f2ed1c9d1eef7aeb67952d021a29716a73c8c4fc..babd276afe13d21be25ebfe1a01455c92815246a 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py
|
| @@ -225,6 +225,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
|
| +
|
|
|
| fullpath = self.filesystem.join(root, filename)
|
|
|
|
|