From ab548fe1a7018d5592f315f59589c5a1da59059c Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 23 Apr 2018 14:11:51 +0200 Subject: [PATCH] comment out integration/test ITNeutronE2E 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec02edff7..92eabbe2b 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ features/test karaf integration/test-standalone - integration/test + model neutron-hostconfig -- 2.36.6