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:
committed by
GitHub
parent
57f55e1b8c
commit
bf515679fe
+2
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user