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

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

Issue 2499993002: Disable load:games:miniclip on Mac perf bots (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/system_health/loading_stories.py
diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
index 5dfef748b3c038c52729b209817357f3546fcef2..3b0532d6bcbe096c9493cb7558e17c48eaef94dd 100644
--- a/tools/perf/page_sets/system_health/loading_stories.py
+++ b/tools/perf/page_sets/system_health/loading_stories.py
@@ -8,6 +8,8 @@ from page_sets.system_health import system_health_story
from page_sets.login_helpers import dropbox_login
from page_sets.login_helpers import google_login
+from telemetry import decorators
+
class _LoadingStory(system_health_story.SystemHealthStory):
"""Abstract base class for single-page System Health user stories."""
@@ -381,6 +383,7 @@ class LoadSpyChaseStory(_LoadingStory):
'document.querySelector("#game canvas").style.background !== ""')
+@decorators.Disabled('mac') # crbug.com/664661
class LoadMiniclipStory(_LoadingStory):
NAME = 'load:games:miniclip'
# Using "https://" causes "404 Not Found" during WPR recording.
« 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