Author: dkulp Date: Fri Oct 23 20:50:26 2009 New Revision: 829229 URL: http://svn.apache.org/viewvc?rev=829229&view=rev Log: Merged revisions 828161 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.2.x-fixes
................ r828161 | dkulp | 2009-10-21 15:38:13 -0400 (Wed, 21 Oct 2009) | 10 lines Merged revisions 828159 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r828159 | dkulp | 2009-10-21 15:36:35 -0400 (Wed, 21 Oct 2009) | 2 lines @Ignore a test that is randomly failing on HP, Sun, and AIX and always fails on Windows.. ........ ................ Modified: cxf/branches/2.1.x-fixes/ (props changed) cxf/branches/2.1.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java Propchange: cxf/branches/2.1.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.1.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java?rev=829229&r1=829228&r2=829229&view=diff ============================================================================== --- cxf/branches/2.1.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java (original) +++ cxf/branches/2.1.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java Fri Oct 23 20:50:26 2009 @@ -34,6 +34,7 @@ import org.apache.cxf.helpers.CastUtils; import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; public class ClientServerSessionTest extends AbstractBusClientServerTestBase { @@ -138,6 +139,8 @@ } @Test + @Ignore("seem to get random failures on everything except Linux with this." + + " Maybe a jetty issue.") public void testPublishOnBusyPort() { boolean isWindows = System.getProperty("os.name").startsWith("Windows");
