Commenting out one of the SSL tests since I can't see how it is needed

This commit is contained in:
Viktor Klang 2012-06-19 16:10:46 +02:00
parent 45d3c7dccd
commit 23a87afca6

View file

@ -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"