diff options
author | Henri Sara <hesara@vaadin.com> | 2015-08-13 13:51:00 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2015-08-14 11:20:06 +0300 |
commit | caea8f39e7e39123992982924d0a2c703dc5979e (patch) | |
tree | 111b6fcd5d169ce8ec2560094734dee35f1f64b6 /uitest/integration_tests.xml | |
parent | 38e7c12bac61fb60fc4916e36b979cb3667db8e1 (diff) | |
download | vaadin-framework-caea8f39e7e39123992982924d0a2c703dc5979e.tar.gz vaadin-framework-caea8f39e7e39123992982924d0a2c703dc5979e.zip |
Disable websphereportal8 test
The automated test environment is missing the server, so
the test was always ignored.
Change-Id: Ida3266758eea461c65f2d937109455b209903dfb
Diffstat (limited to 'uitest/integration_tests.xml')
-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> |