| 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.
|
|
|