[Android] Temporary fix for Monkey tests
Once host-driven tests are refactored this temporary change can be removed. BUG= NOTRY=True R=frankf@chromium.org Review URL: https://codereview.chromium.org/20605003 Patch from Gurtej Kanwar <gkanwar@chromium.org>. git-svn-id: http://src.chromium.org/svn/trunk/src/build@213978 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
7fea276a3d
Коммит
caef4f9a63
|
@ -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)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче