Fix int tests (#2605)

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest
This commit is contained in:
Grzegorz Piwowarek 2017-09-11 15:18:41 +02:00 committed by GitHub
parent 19204f5d2f
commit 57f55e1b8c
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*LiveTest.java</exclude>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*LongRunningUnitTest.java</exclude>
<exclude>**/*ManualTest.java</exclude>