Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py |
index 529a23baf2414de94696c4d84c330cdce4fd240a..00d646466d5ca7f0a1537d834738c5521b4aff10 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py |
@@ -79,6 +79,8 @@ class LockCheckingRunner(LayoutTestRunner): |
self._should_have_http_lock = http_lock |
def handle_finished_list(self, source, list_name, num_tests, elapsed_time): |
+ # TODO(qyearsley): This is never called; it should be fixed or removed. |
+ self._tester.fail('This is never called') |
if not self._finished_list_called: |
self._tester.assertEqual(list_name, 'locked_tests') |
self._tester.assertTrue(self._remaining_locked_shards) |