Commit 9d1657d9 authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Disable benchmarks that are failing on Android.

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

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274125 0039d316-1c4b-4281-b951-d872f2087c98
parent 937dbb57
......@@ -5,6 +5,8 @@
from telemetry import test
from measurements import memory_pressure
@test.Disabled('android') # crbug.com/379561
class MemoryPressure(test.Test):
test = memory_pressure.MemoryPressure
page_set = 'page_sets/typical_25.py'
......
......@@ -11,11 +11,14 @@ class TabSwitchingTop10(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/top_10.py'
class TabSwitchingFiveBlankTabs(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/five_blank_pages.py'
options = {'pageset_repeat': 10}
@test.Disabled('android') # crbug.com/379561
class TabSwitchingToughEnergyCases(test.Test):
test = tab_switching.TabSwitching
page_set = 'page_sets/tough_energy_cases.py'
......
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