summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2015-08-13 13:51:00 +0300
committerpatrik <patrik@vaadin.com>2015-08-14 14:04:16 +0300
commitfca2bd0e8a256fdb2115db0b89fd6cc421234653 (patch)
tree1611cab097fab56614211f886f37bcc27406ba8f /uitest
parent426d0df21562abefa5cce1e96de43eac662583be (diff)
downloadvaadin-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.xml3
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>