From 72582d9c8f3c2b52749749a6b9f99a71b33dc452 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Fri, 3 Apr 2020 12:37:16 -0400 Subject: [PATCH] No issue: Restore num-flaky-test-attempts in flank-x86.yml (#9675) --- automation/taskcluster/androidTest/flank-x86.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automation/taskcluster/androidTest/flank-x86.yml b/automation/taskcluster/androidTest/flank-x86.yml index 97d010995..07b08722b 100644 --- a/automation/taskcluster/androidTest/flank-x86.yml +++ b/automation/taskcluster/androidTest/flank-x86.yml @@ -21,6 +21,10 @@ gcloud: # see: https://github.com/TestArmada/flank/issues/341 #results-history-name: tmp_parallel + # The number of times a test execution should be re-attempted if one or more failures occur. + # The maximum number of reruns allowed is 10. Default is 0, which implies no reruns. + num-flaky-test-attempts: 1 + # test and app are the only required args app: /app/path test: /test/path