8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects

Reviewed-by: darcy
This commit is contained in:
Roger Riggs 2016-10-24 18:08:36 -04:00
parent e89ce16097
commit f9b27073d1

@ -193,7 +193,7 @@ public class ObjectStreamTest {
/**
* Test that objects can be echoed to a server and come back equivalent.
*/
@Test(dataProvider = "Objects", enabled = true, dependsOnMethods = {"factCheck"})
@Test(dataProvider = "Objects", enabled = false, dependsOnMethods = {"factCheck"})
static void echoObjects(Serializable value) throws Exception {
Context initialNamingContext = Server.init();
Echo echo = (Echo) PortableRemoteObject.narrow(