]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disable websphereportal8 test
authorHenri Sara <hesara@vaadin.com>
Thu, 13 Aug 2015 10:51:00 +0000 (13:51 +0300)
committerpatrik <patrik@vaadin.com>
Fri, 14 Aug 2015 11:04:16 +0000 (14:04 +0300)
The automated test environment is missing the server, so
the test was always ignored.

Change-Id: I37d3b6d08eb6a194897a48392c653e7d478d4e21

uitest/integration_tests.xml

index d56ba2683ff61cda231be9c46c6f914a13f23fb3..bdbf1f2e5bb8ea7e90b4fc8e269f1c018976fc82 100644 (file)
             <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>