comment out integration/test ITNeutronE2E 08/71208/1
authorMichael Vorburger <vorburger@redhat.com>
Mon, 23 Apr 2018 12:11:51 +0000 (14:11 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 23 Apr 2018 12:11:54 +0000 (14:11 +0200)
until we can figure out how to make it always pass

because it fails more often than not, see e.g.
https://lists.opendaylight.org/pipermail/neutron-dev/2018-April/thread.html
because Pax Exam based OSGi Integration Tests (IT)
just don't seem to be work reliably enough for us.

The equivalent new non-IT NeutronE2ETest introduced
in I9a2bcb8d6bb095993eec64714648944b25bcaaa4 can take the
place of ITNeutronE2E for future development in neutron.

Change-Id: I92068073b20d199fa2e71421d99b160224177fbc
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ec02edff774637d3e0fdf6ef3d9f420590d31f0a..92eabbe2bc098d44150c8f308f912778d7d3caf9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <module>features/test</module>
     <module>karaf</module>
     <module>integration/test-standalone</module>
-    <module>integration/test</module>
+    <!-- <module>integration/test</module> -->
     <module>model</module>
     <module>neutron-hostconfig</module>
   </modules>