From fd4ea5ae58e5b7e7d55cd4812ff7937c1fc9360e Mon Sep 17 00:00:00 2001 From: sv-ohorvath Date: Tue, 23 Aug 2022 18:27:26 +0300 Subject: [PATCH] No issue: increase flaky tests attempts on Nightly tests --- automation/taskcluster/androidTest/flank-x86-start-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/automation/taskcluster/androidTest/flank-x86-start-test.yml b/automation/taskcluster/androidTest/flank-x86-start-test.yml index 9fa9d5493..d16489550 100644 --- a/automation/taskcluster/androidTest/flank-x86-start-test.yml +++ b/automation/taskcluster/androidTest/flank-x86-start-test.yml @@ -19,7 +19,11 @@ gcloud: # by default, set to app name # declare results-history-name to create a separate dropdown menu in Firebase # see: https://github.com/TestArmada/flank/issues/341 - #results-history-name: tmp_parallel + #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