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 |