diff options
author | Henri Sara <hesara@vaadin.com> | 2015-08-13 13:51:00 +0300 |
---|---|---|
committer | patrik <patrik@vaadin.com> | 2015-08-14 14:04:16 +0300 |
commit | fca2bd0e8a256fdb2115db0b89fd6cc421234653 (patch) | |
tree | 1611cab097fab56614211f886f37bcc27406ba8f /uitest | |
parent | 426d0df21562abefa5cce1e96de43eac662583be (diff) | |
download | vaadin-framework-fca2bd0e8a256fdb2115db0b89fd6cc421234653.tar.gz vaadin-framework-fca2bd0e8a256fdb2115db0b89fd6cc421234653.zip |
Disable websphereportal8 test
The automated test environment is missing the server, so
the test was always ignored.
Change-Id: I37d3b6d08eb6a194897a48392c653e7d478d4e21
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/integration_tests.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index d56ba2683f..bdbf1f2e5b 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -404,7 +404,8 @@ <antcall target="integration-test-osgi" /> <antcall target="integration-test-tomcat7apacheproxy" /> <antcall target="integration-test-websphere8" /> - <antcall target="integration-test-websphereportal8" /> + <!-- Currently the test system does not have a server for automatic testing of WebSphere Portal 8 --> + <!-- <antcall target="integration-test-websphereportal8" /> --> </parallel> </target> |