This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 9692d49b1f2257f89dc5e5c10eb2134bb82737d2 Author: Matt Sicker <[email protected]> AuthorDate: Tue Feb 1 01:24:53 2022 -0600 Stop rerunning failed tests I have yet to see this do something besides fail three times instead of just once. Signed-off-by: Matt Sicker <[email protected]> --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc03a3a..3e4d262 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,6 +57,5 @@ jobs: ./mvnw \ --show-version --batch-mode --errors --no-transfer-progress \ -DtrimStackTrace=false \ - -Dsurefire.rerunFailingTestsCount=2 \ -Dlog4j2.junit.fileCleanerSleepPeriodMillis=1000 \ --global-toolchains .github/workflows/maven-toolchains.xml
