Disable integration tests 17/67217/1
authorLorand Jakab <lojakab@cisco.com>
Tue, 16 Jan 2018 18:14:17 +0000 (20:14 +0200)
committerLorand Jakab <lojakab@cisco.com>
Tue, 16 Jan 2018 18:14:17 +0000 (20:14 +0200)
After the Jenkins infrastructure was moved to a different cloud,
integration tests started failing in different ways, even after VMs were
upgraded to 4 vCPUs. This patch disables them until we can figure out a
proper fix, to unblock version bumping.

Change-Id: I5302b80cceb25346f739ac3ab6ecd63d82ee1b55
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c899b4548926f94f113bc10bf32325fd26461f2b..2d3192ca6d816b3869b53376e7d8316180fcaec1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,9 @@
     <module>ui</module>
     <module>features</module>
     <module>lispflowmapping-karaf</module>
+    <!--
     <module>integrationtest</module>
+    -->
   </modules>
 
   <build>