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 d2a6010e172e6a7a447e1d9bb75d467856c4715c..dfed38270d05186d35468f55b6d8b3d5c0c800fc 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -151,7 +151,7 @@ def GetBotStepMap(): |
T(std_tests, ['--asan', '--asan-symbolize'])), |
B('blink-try-builder', H(compile_step)), |
B('chromedriver-fyi-tests-dbg', H(std_test_steps), |
- T(['chromedriver'], ['--install=ChromeShell'])), |
+ T(['chromedriver'], ['--install=ChromeShell', '--skip-wipe'])), |
B('fyi-x86-builder-dbg', |
H(compile_step + std_host_tests, experimental, target_arch='x86')), |
B('fyi-builder-dbg', |