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

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

Issue 441153002: Disable BenchmarkSmokeTest.thread_times.simple_mobile_sites (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/simple_mobile_sites.py
diff --git a/tools/perf/page_sets/simple_mobile_sites.py b/tools/perf/page_sets/simple_mobile_sites.py
index e072df4f0060bb470dcbf8c3970a8cbbd5ad3413..ad717e4ef76678f6a673b6c506c6dc129faac6e5 100644
--- a/tools/perf/page_sets/simple_mobile_sites.py
+++ b/tools/perf/page_sets/simple_mobile_sites.py
@@ -11,6 +11,7 @@ class SimplePage(page_module.Page):
super(SimplePage, self).__init__(url=url, page_set=page_set)
self.credentials_path = 'data/credentials.json'
self.archive_data_file = 'data/simple_mobile_sites.json'
+ self.disabled = 'Times out on Windows; crbug.com/400922'
def RunNavigateSteps(self, action_runner):
action_runner.NavigateToPage(self)
« 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