summaryrefslogtreecommitdiffstats
path: root/uitest/integration_tests.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-04-20 20:10:07 +0300
committerVaadin Code Review <review@vaadin.com>2015-04-21 08:05:14 +0000
commit41d277f1815c1aa8c9b1d26fc8343ce07a5aab51 (patch)
tree751ba92460d5f8b9dd5dee67c43473eebd00e106 /uitest/integration_tests.xml
parent2898940f15a2ff2ef194d99cbde93bcd526ffedd (diff)
downloadvaadin-framework-41d277f1815c1aa8c9b1d26fc8343ce07a5aab51.tar.gz
vaadin-framework-41d277f1815c1aa8c9b1d26fc8343ce07a5aab51.zip
Disable broken, non maintained Liferay 6EE test
Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r--uitest/integration_tests.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index 1e040b04f7..d9945a9a45 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/integration_tests.xml
@@ -276,31 +276,6 @@
</antcall>
</target>
- <target name="integration-test-liferay6ee">
- <fileset dir="integration-testscripts" id="html-test-files" includes="Liferay-6EE/integration-test-liferay-6ee.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="liferay6ee" />
- </antcall>
- </target>
-
- <target name="integration-test-liferay6ee-theme">
- <fileset dir="integration-testscripts" id="html-test-files" includes="Liferay-6/Liferay6-and-6EE-theme-deploy.html" />
- <pathconvert pathsep=" " property="testfiles" refid="html-test-files" />
-
- <fileset dir="integration-testscripts" id="html-theme-files" includes="Liferay-6EE/Liferay6EE-theme.html" />
- <pathconvert pathsep=" " property="testfiles-theme" refid="html-theme-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="liferay6ee" />
- </antcall>
- </target>
-
<target name="integration-test-gatein3">
<fileset dir="integration-testscripts" id="html-test-files" includes="GateIn-3/integration-test-GateIn-3.1.0-portlet2.html" />
<pathconvert pathsep=" " property="testfiles" refid="html-test-files" />
@@ -400,9 +375,7 @@
</catch>
</antcontrib:trycatch>
<antcall target="integration-test-liferay6" />
- <antcall target="integration-test-liferay6ee" />
<antcall target="integration-test-liferay6-theme" />
- <antcall target="integration-test-liferay6ee-theme" />
<antcall target="integration-test-weblogicPortal" />
<antcall target="integration-test-liferay5" />
<antcall target="integration-test-weblogic10" />