| 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 ed17aec83b5fcd04f29377d78c8b53bb9491a3fa..98b55aa69f948d4d3c5604d0a6446ef2d313ace3 100644
|
| --- a/tools/perf/page_sets/system_health/expectations.py
|
| +++ b/tools/perf/page_sets/system_health/expectations.py
|
| @@ -6,9 +6,6 @@ from telemetry.story import expectations
|
|
|
| class SystemHealthDesktopCommonExpectations(expectations.StoryExpectations):
|
| def SetExpectations(self):
|
| - self.DisableStory('browse:news:hackernews',
|
| - [expectations.ALL_WIN, expectations.ALL_MAC],
|
| - 'crbug.com/676336')
|
| self.DisableStory('browse:search:google', [expectations.ALL_WIN],
|
| 'crbug.com/673775')
|
| self.DisableStory('browse:tools:maps', [expectations.ALL],
|
|
|