From aa4e586425773a6d7216ca450d8d223e96a3b527 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 30 Jan 2024 20:14:54 +0100 Subject: [PATCH] Retry failing tests on CI Now that we have flaky tests reports, we can retry tests on CI. --- independent-projects/parent/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 5c970544aac88..2df6e460321f0 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -1047,6 +1047,20 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + 3 + + + + org.apache.maven.plugins + maven-failsafe-plugin + + 3 + + org.apache.maven.plugins maven-gpg-plugin