| Index: tools/perf/page_sets/system_health/system_health_story.py
|
| diff --git a/tools/perf/page_sets/system_health/system_health_story.py b/tools/perf/page_sets/system_health/system_health_story.py
|
| index 5ae3fe1bdee774e0eb9aadfe954b05e5ebdfc223..aea6f800ea12f269597feaadbf78b913b41ea67f 100644
|
| --- a/tools/perf/page_sets/system_health/system_health_story.py
|
| +++ b/tools/perf/page_sets/system_health/system_health_story.py
|
| @@ -39,6 +39,8 @@ class _SystemHealthSharedState(shared_page_state.SharedPageState):
|
| """
|
|
|
| def CanRunStory(self, story):
|
| + if self._finder_options.run_disabled_tests:
|
| + return True
|
| return story.CanRun(self.possible_browser)
|
|
|
|
|
|
|