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

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

Issue 2521783002: Temporarily remove kapook.com from startup_pages page set (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 | tools/perf/page_sets/startup_pages_record.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/startup_pages.py
diff --git a/tools/perf/page_sets/startup_pages.py b/tools/perf/page_sets/startup_pages.py
index 0f49671f43971aecf22c2fc378f861da6193ad16..59322bc0bbdb4e802f98c850478fee4a9ba37bba 100644
--- a/tools/perf/page_sets/startup_pages.py
+++ b/tools/perf/page_sets/startup_pages.py
@@ -53,5 +53,7 @@ class StartupPagesPageSet(story.StorySet):
self.AddStory(StartedPage('about:blank', self))
# Typical page.
self.AddStory(StartedPage('http://bbc.co.uk', self))
+ # TODO(charliea): Reenable this when kabook.com is working again.
+ # crbug.com/667470
# Horribly complex page - stress test!
- self.AddStory(StartedPage('http://kapook.com', self))
+ # self.AddStory(StartedPage('http://kapook.com', self))
« no previous file with comments | « no previous file | tools/perf/page_sets/startup_pages_record.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698