Index: build/android/pylib/uiautomator/test_runner.py |
diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py |
index b4788d018272e6461a7e494f4a6b643b6163fc2c..adf1b3a3ded7f8f3cf7cb28345b02419c3e4fd07 100644 |
--- a/build/android/pylib/uiautomator/test_runner.py |
+++ b/build/android/pylib/uiautomator/test_runner.py |
@@ -17,7 +17,6 @@ class TestRunner(instr_test_runner.TestRunner): |
options: An options object similar to the one in parent class plus: |
- package_name: Application package name under test. |
""" |
- options.ensure_value('install_apk', True) |
options.ensure_value('wait_for_debugger', False) |
super(TestRunner, self).__init__( |
options, device, shard_index, test_pkg, ports_to_forward) |