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

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

Issue 2522503003: Disable Amazon Nicolas Page story in key_mobile_sites_smooth (Closed)
Patch Set: Created 4 years, 1 month 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_smooth.py
diff --git a/tools/perf/page_sets/key_mobile_sites_smooth.py b/tools/perf/page_sets/key_mobile_sites_smooth.py
index 1891b118f6d36b2799bd60687a8c2934505b402a..325782b27c76765aa9967e84d65dbe8684907f15 100644
--- a/tools/perf/page_sets/key_mobile_sites_smooth.py
+++ b/tools/perf/page_sets/key_mobile_sites_smooth.py
@@ -170,7 +170,10 @@ class KeyMobileSitesSmoothPageSet(story.StorySet):
# See crbug.com/409086.
# self.AddStory(GroupClonedListImagesSmoothPage(self))
self.AddStory(GoogleNewsMobile2SmoothPage(self))
- self.AddStory(AmazonNicolasCageSmoothPage(self))
+ # Amazon's Nicolas Cage search is currently failing. Reenable it once it's
+ # not anymore.
+ # crbug.com/667432
+ # self.AddStory(AmazonNicolasCageSmoothPage(self))
self.AddStory(CNNArticleSmoothPage(self))
# Add pages with custom labels.
« 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