Merge pull request #1936 from akka/wip-3738-memory-leaks-in-tests-patriknw

=act #3738 Fix memory leaks in tests
This commit is contained in:
Patrik Nordwall 2014-01-20 02:51:49 -08:00
commit 37eddd716c
6 changed files with 34 additions and 12 deletions

View file

@ -160,8 +160,8 @@ abstract class Ticket1978CommunicationSpec(val cipherConfig: CipherConfig) exten
}
} else {
"not be run when the cipher is not supported by the platform this test is currently being executed on" ignore {
"not be run when the cipher is not supported by the platform this test is currently being executed on" in {
pending
}
}