Skip to content

Commit

Permalink
TEST: Stop github action on failure of at least one test.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 committed Nov 30, 2023
1 parent c11e912 commit 185ca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19</version>
<configuration>
<!--skipAfterFailureCount>1</skipAfterFailureCount-->
<skipAfterFailureCount>1</skipAfterFailureCount>
<excludes>
<!-- skip some tests for servers without IPv6 support. -->
<exclude>**/BinaryIPV6ClientTest.java</exclude>
Expand Down

0 comments on commit 185ca23

Please sign in to comment.