Skip to content

Commit 4d338fc

Browse files
committed
fixup: not running tests on java8
Signed-off-by: Simon Schrottner <[email protected]>
1 parent cf9c4e2 commit 4d338fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -566,11 +566,7 @@
566566
<artifactId>maven-surefire-plugin</artifactId>
567567
<version>3.5.2</version>
568568
<configuration>
569-
<excludes>
570-
<!-- tests to exclude -->
571-
<exclude>${testExclusions}</exclude>
572-
</excludes>
573-
<argLine>""</argLine>
569+
<skipTests>true</skipTests>
574570
</configuration>
575571
</plugin>
576572
</plugins>

0 commit comments

Comments
 (0)