diff options
author | Artur Signell <artur@vaadin.com> | 2014-12-18 00:27:30 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-18 07:21:53 +0000 |
commit | 7bea56d1606dc1a06d348badbf4a436bcf2f3835 (patch) | |
tree | 4285f48d02235ce8d712f40a31adc4a236ab1c80 /uitest/integration_tests.xml | |
parent | f2cb9ae8462de581e8d02411b77b7d5b8bc74d62 (diff) | |
download | vaadin-framework-7bea56d1606dc1a06d348badbf4a436bcf2f3835.tar.gz vaadin-framework-7bea56d1606dc1a06d348badbf4a436bcf2f3835.zip |
Stop active testing on ancient server versions
Jetty 6 (pre-Eclipse) end of life was in 2010
Tomcat 5 end of life was in 2012
Change-Id: I8952fd541be4c262a7b2e3dc97ba4743bcbd2fbd
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index c0d73580bb..4469b58c24 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -146,12 +146,6 @@ <param name="target-server" value="tomcat8" /> </antcall> </target> - <target name="integration-test-tomcat5"> - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="10" /> - <param name="target-server" value="tomcat5" /> - </antcall> - </target> <target name="integration-test-tomcat6"> <antcall target="run-generic-integration-test"> @@ -160,18 +154,6 @@ </antcall> </target> - <target name="integration-test-jetty5"> - <antcall target="run-generic-integration-test"> - <param name="target-server" value="jetty5" /> - </antcall> - </target> - - <target name="integration-test-jetty6"> - <antcall target="run-generic-integration-test"> - <param name="target-server" value="jetty6" /> - </antcall> - </target> - <target name="integration-test-jetty7"> <antcall target="run-generic-integration-test"> <param name="target-server" value="jetty7" /> @@ -233,13 +215,6 @@ </antcall> </target> - <target name="integration-test-glassfish2"> - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="10" /> - <param name="target-server" value="glassfish2" /> - </antcall> - </target> - <target name="integration-test-glassfish3"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="10" /> @@ -434,7 +409,6 @@ <antcall target="integration-test-weblogic10" /> <antcall target="integration-test-weblogic12" /> <antcall target="integration-test-gatein3" /> - <antcall target="integration-test-glassfish2" /> <antcall target="integration-test-glassfish3" /> <antcall target="integration-test-glassfish4" /> <antcall target="integration-test-jboss4" /> @@ -443,12 +417,9 @@ <antcall target="integration-test-jboss7" /> <antcall target="integration-test-jboss-eap6" /> <antcall target="integration-test-wildfly8" /> - <antcall target="integration-test-jetty5" /> - <antcall target="integration-test-jetty6" /> <antcall target="integration-test-jetty7" /> <antcall target="integration-test-jetty8" /> <antcall target="integration-test-jetty9" /> - <antcall target="integration-test-tomcat5" /> <antcall target="integration-test-tomcat6" /> <antcall target="integration-test-tomcat7" /> <antcall target="integration-test-tomcat8" /> |