diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-02 13:17:57 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-05 09:24:07 +0300 |
commit | 5c580b56ed4099ec53bf5816debaec4106108b3d (patch) | |
tree | fe56d56cd8b483a7b7dc30a200a7a6a267268eaf /uitest/integration_tests.xml | |
parent | 4eb1b48b1ed9dfbd957c3a407a62237a4880a5d0 (diff) | |
download | vaadin-framework-5c580b56ed4099ec53bf5816debaec4106108b3d.tar.gz vaadin-framework-5c580b56ed4099ec53bf5816debaec4106108b3d.zip |
Remove WebSphere 8 and Glassfish 3 tests
WebSphere 8 prior to 8.5.5.9 does not support Java 8.
Glassfish 3 does not support Java 8 out of the box.
Change-Id: I623951ec2fa180a3c520ae24b27837f8b6d81ea2
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index f8bb146099..0d1c77bd65 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -180,12 +180,6 @@ <param name="target-port" value="80" /> </antcall> </target> - <target name="integration-test-glassfish3"> - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="10" /> - <param name="target-server" value="glassfish3" /> - </antcall> - </target> <target name="integration-test-glassfish4"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="10" /> @@ -225,28 +219,6 @@ </antcall> </target> - <target name="integration-test-websphere8"> - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="600" /> - <param name="target-port" value="9080" /> - <param name="target-server" value="websphere8" /> - </antcall> - </target> - - <target name="integration-test-websphereportal8"> - <concat>##teamcity[testStarted name='websphereportal8' flowId='websphereportal8']</concat> - <antcall target="run-tb3-test" inheritall="true"> - <param name="junit.test.suite" value="com.vaadin.tests.integration.WebSpherePortalIntegrationTest" /> - <param name="server-name" value="websphereportal8" /> - - <!-- Fill out dummy values for params required by run-tb3-test target --> - <param name="test.integration.server" value="" /> - <param name="test.integration.user" value="" /> - <param name="test.integration.antfile" value="" /> - </antcall> - <concat>##teamcity[testFinished name='websphereportal8' flowId='websphereportal8']"</concat> - </target> - <target name="integration-test-weblogic12"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="600" /> @@ -269,7 +241,6 @@ <antcall target="integration-test-liferay6" /> <antcall target="integration-test-liferay6-theme" /> <antcall target="integration-test-weblogic12" /> - <antcall target="integration-test-glassfish3" /> <antcall target="integration-test-glassfish4" /> <antcall target="integration-test-payara" /> <antcall target="integration-test-jboss-eap6" /> @@ -282,7 +253,6 @@ <antcall target="integration-test-tomcat8" /> <antcall target="integration-test-osgi" /> <antcall target="integration-test-tomcat7apacheproxy" /> - <antcall target="integration-test-websphere8" /> </parallel> </target> |