| Index: tools/perf/page_sets/tough_texture_upload_cases.py
|
| diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| index 87a3c1c121aaa257d1afe73ea2cc6b7eded73f8f..e3a0ae1345fb1d4fe87ab4f58992c44049377de8 100644
|
| --- a/tools/perf/page_sets/tough_texture_upload_cases.py
|
| +++ b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| @@ -30,11 +30,11 @@ class ToughTextureUploadCasesPageSet(story.StorySet):
|
|
|
| urls_list = [
|
| 'file://tough_texture_upload_cases/background_color_animation.html',
|
| - # pylint: disable=C0301
|
| + # pylint: disable=line-too-long
|
| 'file://tough_texture_upload_cases/background_color_animation_and_transform_animation.html',
|
| - # pylint: disable=C0301
|
| + # pylint: disable=line-too-long
|
| 'file://tough_texture_upload_cases/background_color_animation_with_gradient.html',
|
| - # pylint: disable=C0301
|
| + # pylint: disable=line-too-long
|
| 'file://tough_texture_upload_cases/background_color_animation_with_gradient_and_transform_animation.html',
|
| 'file://tough_texture_upload_cases/small_texture_uploads.html',
|
| 'file://tough_texture_upload_cases/medium_texture_uploads.html',
|
|
|