You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2021/03/04 09:10:44 UTC

[maven-surefire] branch master updated: build fix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e0e87c  build fix
3e0e87c is described below

commit 3e0e87cc198477ee3ac32dabb6e02e6b1888e316
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Mar 4 10:10:29 2021 +0100

    build fix
---
 .../java/org/apache/maven/surefire/its/CheckTestNg740ParallelIT.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNg740ParallelIT.java b/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNg740ParallelIT.java
index 34ae11a..5ec2de3 100644
--- a/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNg740ParallelIT.java
+++ b/surefire-its/src/test/java/org/apache/maven/surefire/its/CheckTestNg740ParallelIT.java
@@ -27,6 +27,7 @@ import static org.apache.maven.surefire.its.fixture.HelperAssertions.assumeJavaV
 
 /**
  */
+@SuppressWarnings( "checkstyle:magicnumber" )
 public class CheckTestNg740ParallelIT
     extends SurefireJUnit4IntegrationTestCase
 {