| Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 7cba6f5353dd62ce262e5db314723485dfb49096..4338a97d5ad3b62263d1f5fa3b572aeabd912e8b 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1224,6 +1224,7 @@ class Port(object):
|
| paths.append(self._filesystem.join(self.layout_tests_dir(), 'NeverFixTests'))
|
| paths.append(self._filesystem.join(self.layout_tests_dir(), 'StaleTestExpectations'))
|
| paths.append(self._filesystem.join(self.layout_tests_dir(), 'SlowTests'))
|
| + paths.append(self._filesystem.join(self.layout_tests_dir(), 'FlakyTests'))
|
|
|
| builder_name = self.get_option('builder_name', 'DUMMY_BUILDER_NAME')
|
| if builder_name == 'DUMMY_BUILDER_NAME' or '(deps)' in builder_name or builder_name in self.try_builder_names:
|
|
|