This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 2a777f37ec (Fix/ci) remove surefire rerun flag when tests are skipped
(#1897)
2a777f37ec is described below
commit 2a777f37ece9fea8aab83bc1e7d3420575fc3900
Author: gurpartap3697 <[email protected]>
AuthorDate: Fri Apr 10 13:49:10 2026 +0530
(Fix/ci) remove surefire rerun flag when tests are skipped (#1897)
* (fix/ci) remove surefire rerun flag when tests are skipped
* (fix/ci) remove surefire rerun flag when tests are skipped in ci-weekly
---
.github/workflows/ci-nightly.yml | 2 +-
.github/workflows/ci-weekly.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index e3922fd468..539290f95a 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -54,7 +54,7 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Build
- run: mvn -U -B -e clean install -DskipTests
-Dsurefire.rerunFailingTestsCount=3
+ run: mvn -U -B -e clean install -DskipTests
- name: Verify
run: mvn apache-rat:check
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index 09c34750df..5e8358e635 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -52,7 +52,7 @@ jobs:
distribution: temurin
cache: 'maven'
- name: Build
- run: mvn -U -B -e clean install -DskipTests
-Dsurefire.rerunFailingTestsCount=3
+ run: mvn -U -B -e clean install -DskipTests
- name: Verify
run: mvn apache-rat:check
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact