| 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
|
|
|