| Index: tools/perf/page_sets/system_health/expectations.py
|
| diff --git a/tools/perf/page_sets/system_health/expectations.py b/tools/perf/page_sets/system_health/expectations.py
|
| index c23755d83ff2cffadafdf31baeaf1af01bc010ea..2af2bd82cffdbb348937a70cfdb796408839f384 100644
|
| --- a/tools/perf/page_sets/system_health/expectations.py
|
| +++ b/tools/perf/page_sets/system_health/expectations.py
|
| @@ -82,6 +82,8 @@
|
| [expectations.ALL_ANDROID], 'crbug.com/726301')
|
| self.DisableStory('long_running:tools:gmail-foreground',
|
| [expectations.ALL_ANDROID], 'crbug.com/726301')
|
| + self.DisableStory('browse:news:toi', [expectations.ALL_ANDROID],
|
| + 'crbug.com/728081')
|
| self.DisableStory('browse:social:facebook_infinite_scroll',
|
| [expectations.ALL], 'crbug.com/728152')
|
| self.DisableStory('browse:media:flickr_infinite_scroll',
|
| @@ -118,6 +120,8 @@
|
| [expectations.ALL_ANDROID], 'crbug.com/726301')
|
| self.DisableStory('long_running:tools:gmail-foreground',
|
| [expectations.ALL_ANDROID], 'crbug.com/726301')
|
| + self.DisableStory('browse:news:toi', [expectations.ALL_ANDROID],
|
| + 'crbug.com/728081')
|
| self.DisableStory('browse:social:facebook_infinite_scroll',
|
| [expectations.ALL], 'crbug.com/728152')
|
| self.DisableStory('browse:media:flickr_infinite_scroll',
|
| @@ -199,6 +203,8 @@
|
| 'crbug.com/708300')
|
| self.DisableStory('browse:news:globo', [expectations.ALL_ANDROID],
|
| 'crbug.com/714650')
|
| + self.DisableStory('browse:news:toi', [expectations.ALL_ANDROID],
|
| + 'crbug.com/728081')
|
| self.DisableStory('browse:social:facebook_infinite_scroll',
|
| [expectations.ALL], 'crbug.com/728152')
|
| self.DisableStory('browse:media:flickr_infinite_scroll',
|
|
|