aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/data-provider/provider/pom.xml')
-rw-r--r--sdnr/wt/data-provider/provider/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml
index 2c1978ba4..b21d2f991 100644
--- a/sdnr/wt/data-provider/provider/pom.xml
+++ b/sdnr/wt/data-provider/provider/pom.xml
@@ -145,7 +145,7 @@
<artifactId>elasticsearch-maven-plugin</artifactId>
<version>6.16</version>
<configuration>
- <skip>true</skip>
+ <skip>${skipTests}</skip>
<clusterName>testCluster</clusterName>
<transportPort>9500</transportPort>
<httpPort>${databaseport}</httpPort>