Fix int tests (#2607)

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename JdbcIntegrationTest to JdbcLiveTest

* Rename Integration tests to Live tests

* Turn off benchmarks
This commit is contained in:
Grzegorz Piwowarek
2017-09-11 16:23:43 +02:00
committed by GitHub
parent 57f55e1b8c
commit bf515679fe
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -416,7 +416,8 @@
<executions>
<execution>
<id>run-benchmarks</id>
<phase>integration-test</phase>
<!-- <phase>integration-test</phase>-->
<phase>none</phase>
<goals>
<goal>exec</goal>
</goals>