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

Unified Diff: scripts/slave/runtest.py

Issue 633393003: Disable chartjson while investigating crbug.com/423034 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 2 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: scripts/slave/runtest.py
diff --git a/scripts/slave/runtest.py b/scripts/slave/runtest.py
index bcaf06ac6e3bfb58bd8feeb82582f6770550caa7..4cca37838c4f3021833ba0394480af02dab4fdae 100755
--- a/scripts/slave/runtest.py
+++ b/scripts/slave/runtest.py
@@ -1584,6 +1584,9 @@ def _UpdateRunBenchmarkArgs(args):
None if not a telemetry test, otherwise a
dict containing the output filename and whether it is a reference build.
"""
+ # Temporarily revert while investigating crbug.com/423034
+ # pylint: disable=W0101
+ return {}
if not args[0].endswith('run_benchmark'):
# Not a telemetry run
return None
« 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