| 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 2af2bd82cffdbb348937a70cfdb796408839f384..c23755d83ff2cffadafdf31baeaf1af01bc010ea 100644
|
| --- a/tools/perf/page_sets/system_health/expectations.py
|
| +++ b/tools/perf/page_sets/system_health/expectations.py
|
| @@ -82,8 +82,6 @@ class SystemHealthMobileCommonExpectations(expectations.StoryExpectations):
|
| [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',
|
| @@ -120,8 +118,6 @@ class SystemHealthMobileMemoryExpectations(expectations.StoryExpectations):
|
| [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',
|
| @@ -203,8 +199,6 @@ class V8BrowsingMobileExpecations(expectations.StoryExpectations):
|
| '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',
|
|
|