]> 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)
committerHenri Sara <hesara@vaadin.com>
Fri, 14 Aug 2015 08:20:06 +0000 (11:20 +0300)
The automated test environment is missing the server, so
the test was always ignored.

Change-Id: Ida3266758eea461c65f2d937109455b209903dfb

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>