| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| index a1929dc564718b363e24eae7beafa0a811b9676c..dbff0fceea822c2b9d60952a10cda798c056dfc8 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| @@ -4,16 +4,15 @@
|
|
|
| import flakytests
|
|
|
| -from webkitpy.common.checkout.scm.scm_mock import MockSCM
|
| -from webkitpy.layout_tests.layout_package import bot_test_expectations
|
| from webkitpy.layout_tests.builder_list import BuilderList
|
| +from webkitpy.layout_tests.layout_package import bot_test_expectations
|
| from webkitpy.tool.commands.commandtest import CommandsTest
|
| from webkitpy.tool.mocktool import MockTool, MockOptions
|
|
|
|
|
| class FakeBotTestExpectations(object):
|
|
|
| - def expectation_lines(self, only_ignore_very_flaky=False):
|
| + def expectation_lines(self):
|
| return []
|
|
|
|
|
|
|