Index: tools/perf/benchmarks/benchmark_unittest.py |
diff --git a/tools/perf/benchmarks/benchmark_unittest.py b/tools/perf/benchmarks/benchmark_unittest.py |
index 5c8707e3f373439bc02c620fb42aaad4278a3285..dc6697fa1c700682f1ae3acb0a5d0dba4e3a87cb 100644 |
--- a/tools/perf/benchmarks/benchmark_unittest.py |
+++ b/tools/perf/benchmarks/benchmark_unittest.py |
@@ -23,6 +23,8 @@ def SmokeTestGenerator(benchmark): |
# fail, instead of this entire smoke test suite. |
# TODO(achuith): Multiple tests failing on CrOS. crbug.com/351114 |
@benchmark_module.Disabled('chromeos') |
+ # Flaky, http://crbug.com/400747 . |
+ @benchmark_module.Disabled('mac') |
tonyg
2014/08/05 15:19:46
This isn't the right fix for this. Please see comm
|
def BenchmarkSmokeTest(self): |
# Only measure a single page so that this test cycles reasonably quickly. |
benchmark.options['pageset_repeat'] = 1 |