Index: build/android/pylib/browsertests/dispatch.py |
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py |
index 6f3ba423c04b73226a87150ddf5e18dd09adfc4e..5d2f48d45e56cd2006e0e840b75d52938425b737 100644 |
--- a/build/android/pylib/browsertests/dispatch.py |
+++ b/build/android/pylib/browsertests/dispatch.py |
@@ -36,8 +36,6 @@ def Dispatch(options): |
'apks', |
constants.BROWSERTEST_SUITE_NAME + '.apk') |
- options.test_arguments = '--single_process %s' % options.test_arguments |
- |
# Constructs a new TestRunner with the current options. |
def RunnerFactory(device, shard_index): |
return test_runner.TestRunner( |