| Index: tools/perf/page_sets/partial_invalidation_cases.py
|
| diff --git a/tools/perf/page_sets/partial_invalidation_cases.py b/tools/perf/page_sets/partial_invalidation_cases.py
|
| index a8a9473b4fd07274af28b2f245760cb35aeeb2c4..939df7be0acff69a371e65ee4b71f94ca2994add 100644
|
| --- a/tools/perf/page_sets/partial_invalidation_cases.py
|
| +++ b/tools/perf/page_sets/partial_invalidation_cases.py
|
| @@ -24,7 +24,7 @@ class PartialInvalidationCasesPageSet(story.StorySet):
|
|
|
| def __init__(self):
|
| super(PartialInvalidationCasesPageSet, self).__init__(
|
| - cloud_storage_bucket=story.PARTNER_BUCKET, verify_names=True)
|
| + cloud_storage_bucket=story.PARTNER_BUCKET)
|
|
|
| other_urls = [
|
| # Why: Reduced test case similar to the single page html5 spec wherein
|
|
|