8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
Reviewed-by: darcy
--- a/jdk/test/com/sun/corba/serialization/ObjectStreamTest.java Mon Oct 24 14:52:51 2016 -0400
+++ b/jdk/test/com/sun/corba/serialization/ObjectStreamTest.java Mon Oct 24 18:08:36 2016 -0400
@@ -193,7 +193,7 @@
/**
* 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(