Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: tools/perf/benchmarks/page_cycler.py

Issue 534313002: [Telemetry] Re-enable page_cycler.typical_25 on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler.py
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index 95e9520cd299624de81461a53858afaa8023d754..87d59b9c5378aedcdcba56727f6e33e0b0aec211 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -105,9 +105,8 @@ class PageCyclerToughLayoutCases(benchmark.Benchmark):
options = {'pageset_repeat': 10}
-# crbug.com/273986: This test is really flakey on xp.
# cabug.com/341843: This test is always timing out on Android.
-@benchmark.Disabled('android', 'win')
+@benchmark.Disabled('android')
class PageCyclerTypical25(benchmark.Benchmark):
test = page_cycler.PageCycler
page_set = page_sets.Typical25PageSet
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698