Index: tools/perf/benchmarks/benchmark_unittest.py |
diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py |
index 0018610ea749b371a245658da14c7aefc65669c5..f1c356e742492bfeb181fa557dbf75a0aed91cb0 100644 |
--- a/tools/perf/benchmarks/benchmark_unittest.py |
+++ b/tools/perf/benchmarks/benchmark_unittest.py |
@@ -22,7 +22,7 @@ def SmokeTestGenerator(benchmark): |
# In general you should @test.Disabled individual benchmarks that fail, |
# instead of this entire smoke test suite. |
# TODO(achuith): Multiple tests failing on CrOS. crbug.com/351114 |
- @test.Disabled('android', 'chromeos') |
+ @test.Disabled('chromeos') |
def BenchmarkSmokeTest(self): |
# Only measure a single page so that this test cycles reasonably quickly. |
benchmark.options['pageset_repeat'] = 1 |