Index: tools/perf/benchmarks/benchmark_unittest.py |
diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py |
index f1e0eef9dd057b7ad198cbed58bb01dfa02ef6b6..0018610ea749b371a245658da14c7aefc65669c5 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', 'win') |
+ @test.Disabled('android', 'chromeos') |
def BenchmarkSmokeTest(self): |
# Only measure a single page so that this test cycles reasonably quickly. |
benchmark.options['pageset_repeat'] = 1 |