summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-06-28 02:46:06 +0200
committergjoranv <gv@verizonmedia.com>2021-06-28 02:46:06 +0200
commitecf27b8d6607a2892e4d5b9150f10a7ec5817086 (patch)
tree82a8f100ecb570a0fe526adcfb4d31eb7b29e1ee /parent
parentedce49a639fa13d6a046b30f33a034ac9828d7b3 (diff)
Skip ip address lookup when running unit tests.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 4c100397e9d..908491835ea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -196,6 +196,7 @@
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
<systemPropertyVariables>
+ <config_model.ip_check>false</config_model.ip_check>
<jdisc.logger.level>INFO</jdisc.logger.level>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>