Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-08-31 18:04:23 +0300
committerGitHub <noreply@github.com>2017-08-31 18:04:23 +0300
commit7455e7cffc0ae0d05117516ce72750875b828cf8 (patch)
treeaa313bd48a797e645a6daed9becf4141aaa5ed39 /external
parent0eb6e77c84d4008627c2610e528a91714ad81ab8 (diff)
Add retrying of failed tests by default to reduce flaky tests (#5461)
Whenever a test fails we retry it five times and then decide the overall result based on that. If three or more of the five retries fail too then the overall result is FAIL, two or lower means PASS. We're modifying nunitlite here so this only works for those tests right now, we'd need to add it to the other test runners too.
Diffstat (limited to 'external')
m---------external/nunit-lite0
1 files changed, 0 insertions, 0 deletions
diff --git a/external/nunit-lite b/external/nunit-lite
-Subproject 690603bea98aae69fca9a65130d88591bc6cabe
+Subproject 5b29e610f4ac95afcb8108fdd6d0bb1936f6cc8