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 a8363c26f7569ba3d31f0a57b25b16f4f9c25727..5e56398343f72cbaab55ef30c3f30c2fc41f0bb1 100644 |
--- a/build/android/pylib/base/test_dispatcher.py |
+++ b/build/android/pylib/base/test_dispatcher.py |
@@ -335,7 +335,6 @@ def _GetAttachedDevices(wait_for_debugger=False, test_device=None): |
def RunTests(tests, runner_factory, wait_for_debugger, test_device, |
shard=True, |
- build_type='Debug', |
test_timeout=DEFAULT_TIMEOUT, |
setup_timeout=DEFAULT_TIMEOUT, |
num_retries=2): |
@@ -352,7 +351,6 @@ def RunTests(tests, runner_factory, wait_for_debugger, test_device, |
shared test collection. |
- Replicating tests will copy all tests to each test runner through a |
unique test collection for each test runner. |
- build_type: Either 'Debug' or 'Release'. |
test_timeout: Watchdog timeout in seconds for running tests. |
setup_timeout: Watchdog timeout in seconds for creating and cleaning up |
test runners. |