Index: build/android/run_monkey_test.py |
diff --git a/build/android/run_monkey_test.py b/build/android/run_monkey_test.py |
index 3160641684c020be0cd9bbab7e8dd5cfef9ec522..b2b5e4a45cbc150cc4b37b9e1559238807ddc753 100755 |
--- a/build/android/run_monkey_test.py |
+++ b/build/android/run_monkey_test.py |
@@ -156,6 +156,9 @@ def main(): |
if options.category: |
options.category = options.category.split(',') |
+ # TODO(gkanwar): This should go away when the host-driven tests are refactored |
+ options.num_retries = 1 |
+ |
DispatchPythonTests(options) |