| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| index b875bd2ee01a39a4f09db654318e75620839cd82..cffddf7077aa96560a45fdc910dbd8e3fb7be87e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
|
| @@ -280,7 +280,6 @@ class BotTestExpectations(object):
|
| # If there are only two entries, then that means it failed on the first
|
| # try and ran as expected on the second because otherwise we'd have
|
| # a third entry from the next try.
|
| - second_result_type_enum_value = self._result_to_enum(result_types[1])
|
| if only_ignore_very_flaky and len(result_types) == 2:
|
| continue
|
|
|
|
|