Commit a73420c8 authored by rnephew's avatar rnephew Committed by Commit bot

[Android] Disable system_health.common_mobile on nexus 7 devices.

BUG=667470
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq

Review-Url: https://codereview.chromium.org/2611753005
Cr-Commit-Position: refs/heads/master@{#441690}
parent 307e3589
......@@ -77,6 +77,10 @@ class MobileCommonSystemHealth(_CommonSystemHealthBenchmark):
possible_browser.platform.GetDeviceTypeName() == 'Nexus 5X'):
return True
# http://crbug.com/667470
if 'Nexus 7' in possible_browser.platform.GetDeviceTypeName():
return True
return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
......
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