#374 - Disable tests for Eclipselink example on JDK 11.

This commit is contained in:
Oliver Gierke
2018-06-11 22:42:11 +02:00
parent 50d47183af
commit 1e40c91ed0
2 changed files with 15 additions and 5 deletions

View File

@@ -154,6 +154,16 @@
</build>
</profile>
<!-- Skip tests on JDK 11 as Eclipselink doesn't properly work on it -->
<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=535774 -->
<profile>
<id>jdk11</id>
<properties>
<skipTests>true</skipTests>
</properties>
</profile>
</profiles>
</project>