Skip ee8-plus tests until 8209 is fixed

This commit is contained in:
Jan Bartel 2022-06-27 12:34:58 +10:00
parent db3d12f2c4
commit 395f1084d2
1 changed files with 7 additions and 0 deletions

View File

@ -113,6 +113,13 @@
</execution>
</executions>
</plugin>
<!-- see issue #8209 -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>