8168614: Disable CORBA com.sun.corba.serialization.ObjectStreamTest.echoObjects
Reviewed-by: darcy
This commit is contained in:
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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user