diff options
author | Artur Signell <artur@vaadin.com> | 2015-02-19 23:37:41 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2015-03-06 09:22:50 +0000 |
commit | 8cc721393c4b6599eccb2e519f56d85dc5285adc (patch) | |
tree | ee9a583fb9071197528142d72cc51d249c1aa538 /uitest/integration_tests.xml | |
parent | 4db0b55aefd83d149e62a7fad2b14fb232d976c8 (diff) | |
download | vaadin-framework-8cc721393c4b6599eccb2e519f56d85dc5285adc.tar.gz vaadin-framework-8cc721393c4b6599eccb2e519f56d85dc5285adc.zip |
Remove eXo test which is unreliable and tests an old version
Change-Id: I00e1bb23bb312ecf3303b23f22dc07b58e2b8e0e
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 26ce4ed70d..67d22c2b2e 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -304,16 +304,6 @@ </antcall> </target> - <target name="integration-test-exo3"> - <fileset dir="integration-testscripts" id="html-test-files" includes="eXo-3/integration-test-eXo-3.0.3-portlet2.html" /> - <pathconvert pathsep=" " property="testfiles" refid="html-test-files" /> - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="600" /> - <param name="test_browsers" value="winxp-firefox17-esr" /> - <param name="target-server" value="exo3" /> - </antcall> - </target> - <target name="integration-test-websphere8"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="600" /> @@ -406,7 +396,6 @@ <antcall target="integration-test-liferay6ee" /> <antcall target="integration-test-liferay6-theme" /> <antcall target="integration-test-liferay6ee-theme" /> - <antcall target="integration-test-exo3" /> <antcall target="integration-test-weblogicPortal" /> <antcall target="integration-test-liferay5" /> <antcall target="integration-test-weblogic10" /> |