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

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

Issue 1990473002: [perfbot sheriff] Disables discourse.org in the infinite scroll pageset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/infinite_scroll_cases.py
diff --git a/tools/perf/page_sets/infinite_scroll_cases.py b/tools/perf/page_sets/infinite_scroll_cases.py
index 7930a6e70a2cc9078b1f9fa0ba57692faf46991e..4d37f9638e922c8dba50d9e316e67ecdb69cd29c 100644
--- a/tools/perf/page_sets/infinite_scroll_cases.py
+++ b/tools/perf/page_sets/infinite_scroll_cases.py
@@ -71,9 +71,12 @@ class InfiniteScrollPageSet(story.StorySet):
('https://www.facebook.com/shakira', 'facebook', SCROLL_FAR, 0, 0),
('https://twitter.com/taylorswift13', 'twitter', SCROLL_PAGE, 10, 30),
('http://techcrunch.tumblr.com/', 'tumblr', SCROLL_FAR, 0, 0),
- ('https://www.flickr.com/explore', 'flickr', SCROLL_FAR, 0, 0),
- ('https://meta.discourse.org/t/the-official-discourse-tags-plugin-discourse-tagging/26482',
- 'discourse', SCROLL_PAGE, 10, 30)
+ ('https://www.flickr.com/explore', 'flickr', SCROLL_FAR, 0, 0)
+ # TODO(crbug.com/612153): This page needs to be rerecorded due to an
+ # expired SSL certificate, but can't be due to problems with WPR.
+ # pylint: disable=line-too-long
+ # ('https://meta.discourse.org/t/the-official-discourse-tags-plugin-discourse-tagging/26482',
+ # 'discourse', SCROLL_PAGE, 10, 30)
]
for (url, name, scroll_amount, delay, repeat) in pages:
self.AddStory(
« 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