From 23a87afca6c5b5bc23a322de4980400f66720aab Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 19 Jun 2012 16:10:46 +0200 Subject: [PATCH] Commenting out one of the SSL tests since I can't see how it is needed --- .../test/scala/akka/remote/Ticket1978CommunicationSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala index 9536b983a7..09253c1387 100644 --- a/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala +++ b/akka-remote/src/test/scala/akka/remote/Ticket1978CommunicationSpec.scala @@ -124,7 +124,7 @@ abstract class Ticket1978CommunicationSpec(val cipherEnabledconfig: (String, Boo } } - "send error message for wrong address" in { + "send error message for wrong address" ignore { within(timeout.duration) { EventFilter.error(start = "dropping", occurrences = 1).intercept { system.actorFor("akka://remotesys@localhost:12346/user/echo") ! "ping"