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 eb2fe1472db491d6099fa6748ec876dfe051698d..309fa1f034ffb84440ebeced2b293e7c4b4662ad 100644 |
--- a/build/android/pylib/uiautomator/test_runner.py |
+++ b/build/android/pylib/uiautomator/test_runner.py |
@@ -21,7 +21,7 @@ class TestRunner(instr_test_runner.TestRunner): |
See the super class for all other args. |
""" |
super(TestRunner, self).__init__( |
- build_type, test_data, False, save_perf_json, screenshot_failures, tool, |
+ build_type, test_data, save_perf_json, screenshot_failures, tool, |
wait_for_debugger, disable_assertions, push_deps, cleanup_test_files, |
device, shard_index, test_pkg, ports_to_forward) |