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"