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

Unified Diff: tools/perf/page_sets/key_mobile_sites.py

Issue 616513003: Disable groupcloned.com_test_list-images page from key_mobile_sites (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/page_sets/key_mobile_sites.py
diff --git a/tools/perf/page_sets/key_mobile_sites.py b/tools/perf/page_sets/key_mobile_sites.py
index 5a1c6bb96129652ef21bc4d0ba51b8c17065560c..0ec247543f24d27b6a2d9b7b5f300a1ab4f5280a 100644
--- a/tools/perf/page_sets/key_mobile_sites.py
+++ b/tools/perf/page_sets/key_mobile_sites.py
@@ -364,6 +364,9 @@ class Page22(KeyMobileSitesPage):
url='http://groupcloned.com/test/list-images-variable/index.html',
page_set=page_set)
+ self.disabled = ('mean_input_event_latency cannot be tracked correctly.'
+ 'crbug.com/409086')
nednguyen 2014/09/29 22:41:21 I don't like this disabled feature. Can you just c
Yufeng Shen (Slow to review) 2014/09/29 22:46:50 Done.
+
def RunNavigateSteps(self, action_runner):
action_runner.NavigateToPage(self)
action_runner.WaitForJavaScriptCondition(
« 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