Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: build/android/run_monkey_test.py

Issue 20605003: [Android] Temporary fix for Monkey tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebases, uploading again for CQ Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698