diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-10-13 11:47:14 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-10-13 11:47:14 +0000 |
commit | 33ce07c9c016e8f104ac1a5f572a9408e7d6cbe8 (patch) | |
tree | 12a1c53a41dc372c6ec7ff2aeef0f093d5b607a8 | |
parent | f98781248cfdd6c5f4231bdac69d0bebc77aa756 (diff) | |
download | vaadin-framework-33ce07c9c016e8f104ac1a5f572a9408e7d6cbe8.tar.gz vaadin-framework-33ce07c9c016e8f104ac1a5f572a9408e7d6cbe8.zip |
Disabled Liferay 6 EE tests for Vaadin 6.6 - license for testing on Liferay 6 EE is now used in the parallelized integration tests for Vaadin 6.7+
svn changeset:21703/svn branch:6.6
-rw-r--r-- | tests/integration_tests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index dbaf1b988f..69ba8cc36e 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -643,9 +643,15 @@ <antcall target="run-integration-test">
<param name="target-server" value="liferay6"/>
</antcall>
+ <!--
+ Disabled due to expired Liferay 6 EE license.
+ Tested in the new parallelized integration tests for Vaadin 6.7+
+ -->
+ <!--
<antcall target="run-integration-test">
<param name="target-server" value="liferay6ee"/>
</antcall>
+ -->
<antcall target="run-integration-test">
<param name="target-server" value="gatein3"/>
</antcall>
|