This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch tibor17-gh-workflows-path
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 20ef4d5e061ca15cea139d85f21446e55cab801e
Author: tibor17 <[email protected]>
AuthorDate: Mon Nov 10 01:52:36 2025 +0100

    forced a test to fail
---
 .../test/java/org/apache/maven/surefire/booter/ForkedBooterTest.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/surefire-booter/src/test/java/org/apache/maven/surefire/booter/ForkedBooterTest.java
 
b/surefire-booter/src/test/java/org/apache/maven/surefire/booter/ForkedBooterTest.java
index af99fe2cd..53b4f012b 100644
--- 
a/surefire-booter/src/test/java/org/apache/maven/surefire/booter/ForkedBooterTest.java
+++ 
b/surefire-booter/src/test/java/org/apache/maven/surefire/booter/ForkedBooterTest.java
@@ -45,6 +45,11 @@
  */
 @SuppressWarnings("checkstyle:magicnumber")
 public class ForkedBooterTest {
+    @Test
+    public void shouldFailFast() {
+        throw new RuntimeException();
+    }
+
     @Test
     public void shouldGenerateThreadDump() throws Exception {
         Collection<String> threadNames = new ArrayList<>();

Reply via email to