Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index e3a85e67dcdc03af830315bdb025f410298bb4d7..c196e90386c8d8edb9a19fbd607c610848ff9cc0 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -114,7 +114,7 @@ def GetBotStepMap(): |
B('fyi-tests', std_test_steps, |
T(std_tests, ['--experimental', flakiness_server]), None), |
B('perf-tests-rel', std_test_steps, |
- T([], ['--install=ContentShell', '--auto-reconnect']), |
+ T([], ['--install=ContentShell']), |
None), |
B('webkit-latest-webkit-tests', std_test_steps, |
T(['webkit_layout', 'webkit']), None), |