| Index: tools/perf/benchmarks/tab_switching.py
|
| diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
|
| index d04cafe407d4dc3f3fa2bc5808ffbaff60136417..0a16fb6be810efe230d0ec54012048fcf7708a79 100644
|
| --- a/tools/perf/benchmarks/tab_switching.py
|
| +++ b/tools/perf/benchmarks/tab_switching.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'
|
|
|