Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: PRESUBMIT.py

Issue 2928103002: Disable the web presubmits (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698