Merge pull request #18294 from KadekM/remove-unused-code

=rem remove unused code
This commit is contained in:
Konrad Malawski 2015-08-24 15:50:50 +03:00
commit 2ec75f9a46

View file

@ -37,11 +37,6 @@ abstract class PiercingShouldKeepQuarantineSpec extends MultiNodeSpec(PiercingSh
override def initialParticipants = roles.size
def identify(role: RoleName, actorName: String): ActorRef = {
system.actorSelection(node(role) / "user" / actorName) ! Identify(1)
expectMsgType[ActorIdentity].ref.get
}
"While probing through the quarantine remoting" must {
"not lose existing quarantine marker" taggedAs LongRunningTest in {