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

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

Issue 914363003: Remove OneClickSigninHelper since it is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl
Patch Set: rebased Created 5 years, 9 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
Index: tools/perf/page_sets/tough_energy_cases.py
diff --git a/tools/perf/page_sets/tough_energy_cases.py b/tools/perf/page_sets/tough_energy_cases.py
index c3bc045cb3e1e08bb8a4cbc7ba715452ae7974b7..e819561894ab4aace484f5dc34bb9ed730ee1e26 100644
--- a/tools/perf/page_sets/tough_energy_cases.py
+++ b/tools/perf/page_sets/tough_energy_cases.py
@@ -24,7 +24,7 @@ class GooglePage(ToughEnergyCasesPage):
super(GooglePage, self).__init__(
url=url,
page_set=page_set)
- self.credentials = 'google'
+ self.credentials = 'google2'
def RunNavigateSteps(self, action_runner):
super(GooglePage, self).RunNavigateSteps(action_runner)
@@ -41,8 +41,11 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
archive_data_file='data/tough_energy_cases.json',
bucket=page_set_module.PARTNER_BUCKET)
+ # TODO: this part of the test is disabled because it fails when
+ # run with replay data and not with live data. See crbug.com/465692
+ # for complete details.
# Why: productivity, top google properties
- self.AddUserStory(GooglePage('https://mail.google.com/mail/', self))
+ #self.AddUserStory(GooglePage('https://mail.google.com/mail/', self))
# Disabled: pegs CPU too much to get meaningful results.
# Why: Image constantly changed in the background, above the fold

Powered by Google App Engine
This is Rietveld 408576698