Commit 1e093d96 authored by dominikg@chromium.org's avatar dominikg@chromium.org

Disable GMail page in top_10 and tough_energy_cases page sets.

Various bots fail the login step on these pages causing it to time out.
Disable the page until a fix has been found so it doesn't cause all the bots to
fail.

TBR=tonyg@chromium.org
BUG=386152

Review URL: https://codereview.chromium.org/330063003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278425 0039d316-1c4b-4281-b951-d872f2087c98
parent 6dbc039e
......@@ -97,7 +97,8 @@ class Top10PageSet(page_set_module.PageSet):
self.AddPage(Google(self))
# productivity, top google properties
self.AddPage(Gmail(self))
# TODO(dominikg): fix crbug.com/386152
#self.AddPage(Gmail(self))
# productivity, top google properties
self.AddPage(GoogleCalendar(self))
......
......@@ -46,7 +46,8 @@ class ToughEnergyCasesPageSet(page_set_module.PageSet):
self.AddPage(ToughEnergyCasesPage(
'file://tough_energy_cases/above-fold-animated-gif.html',
self))
self.AddPage(GmailPage(self))
# TODO(dominikg): fix crbug.com/386152
#self.AddPage(GmailPage(self))
# Why: Below the fold animated gif
self.AddPage(ToughEnergyCasesPage(
'file://tough_energy_cases/below-fold-animated-gif.html',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment