This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 81c8997cb4217e3d982df345a084eb9bb61b179b Author: Andrea Cosentino <[email protected]> AuthorDate: Sun Jan 29 18:50:09 2023 +0100 Surefire configuration for failIfNoSpecifiedTests set to false Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/parent/pom.xml b/parent/pom.xml index 347f7dcf101..f2a69da836f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4366,6 +4366,7 @@ <childDelegation>false</childDelegation> <useFile>true</useFile> <failIfNoTests>false</failIfNoTests> + <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests> <runOrder>alphabetical</runOrder> <!-- lets re-run the failed test one more time, just to be sure --> <rerunFailingTestsCount>2</rerunFailingTestsCount>
