| Index: tools/perf/page_sets/tough_animation_cases.py
|
| diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py
|
| index 2adafbaf07983d9d8f2ac53af2d0b33e4e112807..da5cbf934735cd70e6aaa09c77cb42080308bae6 100644
|
| --- a/tools/perf/page_sets/tough_animation_cases.py
|
| +++ b/tools/perf/page_sets/tough_animation_cases.py
|
| @@ -31,8 +31,7 @@ class ToughAnimationCasesPageSet(story.StorySet):
|
| def __init__(self):
|
| super(ToughAnimationCasesPageSet, self).__init__(
|
| archive_data_file='data/tough_animation_cases.json',
|
| - cloud_storage_bucket=story.PARTNER_BUCKET,
|
| - verify_names=True)
|
| + cloud_storage_bucket=story.PARTNER_BUCKET)
|
|
|
| urls_list_one = [
|
| # Why: Tests the balls animation implemented with SVG animations.
|
|
|