Commit 2b9e772c authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Disable speedometer on android.

It times out.

TBR=dtu@chromium.org
NOTRY=True
BUG=

Review URL: https://codereview.chromium.org/321483005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275416 0039d316-1c4b-4281-b951-d872f2087c98
parent db107487
......@@ -34,6 +34,7 @@ class SpeedometerMeasurement(page_measurement.PageMeasurement):
'Total', 'ms', tab.EvaluateJavaScript('benchmarkClient._timeValues'))
@test.Disabled('android') # Times out
class Speedometer(test.Test):
test = SpeedometerMeasurement
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment