summaryrefslogtreecommitdiffstats
path: root/test/servlet-containers/generic/integration_tests.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/servlet-containers/generic/integration_tests.xml')
-rw-r--r--test/servlet-containers/generic/integration_tests.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/servlet-containers/generic/integration_tests.xml b/test/servlet-containers/generic/integration_tests.xml
index c10af3042b..3543cf24de 100644
--- a/test/servlet-containers/generic/integration_tests.xml
+++ b/test/servlet-containers/generic/integration_tests.xml
@@ -96,13 +96,6 @@
</antcall>
</target>
- <target name="integration-test-osgi">
- <antcall target="run-generic-integration-test">
- <param name="startDelay" value="10" />
- <param name="target-server" value="karaf4" />
- </antcall>
- </target>
-
<target name="integration-test-jetty8">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="90" />
@@ -193,7 +186,6 @@
<antcall target="integration-test-jetty9" />
<antcall target="integration-test-tomcat7" />
<antcall target="integration-test-tomcat8" />
- <antcall target="integration-test-osgi" />
<antcall target="integration-test-tomcat7apacheproxy" />
</parallel>