diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-17 15:14:37 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-17 16:22:53 +0300 |
commit | ea3894e96d615c2ee006cb550703bc3e7efd4721 (patch) | |
tree | f0ca9330b1f04ee356ec820aaaa9f1e463b6a869 /uitest/integration_tests.xml | |
parent | 99e90f8c563f2e577777f7e9c9c481427270f6e3 (diff) | |
download | vaadin-framework-ea3894e96d615c2ee006cb550703bc3e7efd4721.tar.gz vaadin-framework-ea3894e96d615c2ee006cb550703bc3e7efd4721.zip |
Remove the broken Liferay 6.0 test
Change-Id: Ia51bfd1c7764857f7d378b7f0a0daea258d0fe26
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 8d7c6c8569..d7b22c87a2 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -194,17 +194,6 @@ </target> - <target name="integration-test-liferay6"> - <fileset dir="integration-testscripts" id="html-test-files" includes="Liferay-6/integration-test-liferay-6.0.5.html" /> - <pathconvert pathsep=" " property="testfiles" refid="html-test-files" /> - - <antcall target="run-generic-integration-test"> - <param name="startDelay" value="300" /> - <param name="test_browsers" value="winxp-firefox17-esr" /> - <param name="target-server" value="liferay6" /> - </antcall> - </target> - <target name="integration-test-weblogic12"> <antcall target="run-generic-integration-test"> <param name="startDelay" value="360" /> @@ -224,7 +213,6 @@ <mkdir dir="${report.dir}" /> <parallel> - <antcall target="integration-test-liferay6" /> <antcall target="integration-test-weblogic12" /> <antcall target="integration-test-glassfish4" /> <antcall target="integration-test-payara" /> |