| 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 1fd946dad1dd26a8c3eeb67670ad9ececf979f28..556709f0b2bf516321b53f5bc840a6fc8586a7c8 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1026,7 +1026,7 @@ class Port(object):
|
| return expectations
|
|
|
| def bot_expectations(self):
|
| - if self.get_option('ignore_flaky_tests') == 'default':
|
| + if not self.get_option('ignore_flaky_tests'):
|
| return {}
|
|
|
| full_port_name = self.determine_full_port_name(self.host, self._options, self.port_name)
|
|
|