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

Unified Diff: tools/perf/page_sets/system_health/browsing_stories.py

Issue 2920623002: Disable browse:tech:discourse_infinite_scroll on Linux (Closed)
Patch Set: Created 3 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/system_health/browsing_stories.py
diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py
index a5a25cc2739f96850df9b5197c82418c5e514686..a8967213dacc27199d99f215ac6cf74b2d109ad9 100644
--- a/tools/perf/page_sets/system_health/browsing_stories.py
+++ b/tools/perf/page_sets/system_health/browsing_stories.py
@@ -848,7 +848,7 @@ class _InfiniteScrollStory(system_health_story.SystemHealthStory):
return 'Load %s then make a very long scroll.' % cls.URL
-@decorators.Disabled('win') # crbug.com/728152
+@decorators.Disabled('win', 'linux') # crbug.com/728152
class DiscourseDesktopStory(_InfiniteScrollStory):
NAME = 'browse:tech:discourse_infinite_scroll'
URL = ('https://meta.discourse.org/t/the-official-discourse-tags-plugin-discourse-tagging/26482')
« 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