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..a5d7bd70b8cbedff97042148f3fe54ef671891c2 100644 |
--- a/tools/perf/benchmarks/tab_switching.py |
+++ b/tools/perf/benchmarks/tab_switching.py |
@@ -2,9 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from telemetry import test |
- |
from measurements import tab_switching |
+from telemetry import test |
class TabSwitchingTop10(test.Test): |
@@ -16,6 +15,7 @@ class TabSwitchingFiveBlankTabs(test.Test): |
page_set = 'page_sets/five_blank_pages.py' |
options = {'pageset_repeat': 10} |
+@test.Disabled('android') |
class TabSwitchingToughEnergyCases(test.Test): |
test = tab_switching.TabSwitching |
page_set = 'page_sets/tough_energy_cases.py' |