*/
@Test
public final void testDoRPCStringStringOtpErlangObjectArray_fail()
throws ConnectionException, OtpErlangExit, OtpAuthException,
IOException, OtpErlangRangeException, InterruptedException {
final OtpSelf self = new OtpSelf("testDoRPCStringStringOtpErlangList",
ConnectionFactory.getInstance().getCookie());
final PeerNode remote = new PeerNode(ConnectionFactory.getInstance()
.getNodes().get(0).getNode().node());
final DefaultConnectionPolicy connectionPolicy = new DefaultConnectionPolicy(remote);
connectionPolicy.setMaxRetries(0);