| Index: tools/perf/page_sets/long_running_idle_google_cases.py
|
| diff --git a/tools/perf/page_sets/long_running_idle_google_cases.py b/tools/perf/page_sets/long_running_idle_google_cases.py
|
| index 559e5421c11949a58f252bcb26a6456b6840e8bb..302cddf52617a1cf52e9642294046a10040aaa9c 100644
|
| --- a/tools/perf/page_sets/long_running_idle_google_cases.py
|
| +++ b/tools/perf/page_sets/long_running_idle_google_cases.py
|
| @@ -35,8 +35,7 @@ class LongRunningIdleGmailPageSet(story.StorySet):
|
| def __init__(self):
|
| super(LongRunningIdleGmailPageSet, self).__init__(
|
| archive_data_file='data/long_running_idle_gmail_page.json',
|
| - cloud_storage_bucket=story.PARTNER_BUCKET,
|
| - verify_names=True)
|
| + cloud_storage_bucket=story.PARTNER_BUCKET)
|
| self.AddStory(
|
| _CreateIdlePageClass(google_pages.GmailPage)(self))
|
|
|
| @@ -46,7 +45,6 @@ class LongRunningIdleGmailBackgroundPageSet(story.StorySet):
|
| # Reuse the wpr of foreground gmail.
|
| super(LongRunningIdleGmailBackgroundPageSet, self).__init__(
|
| archive_data_file='data/long_running_idle_gmail_page.json',
|
| - cloud_storage_bucket=story.PARTNER_BUCKET,
|
| - verify_names=True)
|
| + cloud_storage_bucket=story.PARTNER_BUCKET)
|
| self.AddStory(
|
| _CreateIdleBackgroundPageClass(google_pages.GmailPage)(self))
|
|
|