Index: tools/perf/benchmarks/tab_switching.py |
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py |
index a5d7bd70b8cbedff97042148f3fe54ef671891c2..d04cafe407d4dc3f3fa2bc5808ffbaff60136417 100644 |
--- a/tools/perf/benchmarks/tab_switching.py |
+++ b/tools/perf/benchmarks/tab_switching.py |
@@ -2,8 +2,9 @@ |
# 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): |
@@ -15,7 +16,6 @@ |
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' |