| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index fce336da65048046a452911b8d9243f5eadbce7f..f81460eb149e27545c0c933ff9aa8fb564490534 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -122,7 +122,8 @@ def CommonChecks(input_api, output_api):
|
| input_api.canned_checks.CheckLicense(
|
| input_api, output_api, header(input_api),
|
| source_file_filter=source_file_filter(input_api)))
|
| - results.extend(WebChecks(input_api, output_api))
|
| + # TODO(dnj): re-enable when working, crbug/731519.
|
| + # results.extend(WebChecks(input_api, output_api))
|
| return results
|
|
|
|
|
|
|