Index: build/android/pylib/base/test_dispatcher.py |
diff --git a/build/android/pylib/base/test_dispatcher.py b/build/android/pylib/base/test_dispatcher.py |
index 677a908a396c70e514f242950e1d83e0dd6c165e..7b00ccd51f6b2ce9fee997ab0631a8408d58c3bd 100644 |
--- a/build/android/pylib/base/test_dispatcher.py |
+++ b/build/android/pylib/base/test_dispatcher.py |
@@ -15,6 +15,9 @@ Performs the following steps: |
collection until there are no tests left. |
""" |
+# TODO(jbudorick) Deprecate and remove this class after any relevant parts have |
+# been ported to the new environment / test instance model. |
+ |
import logging |
import threading |