=rem remove unused code

This commit is contained in:
Marek Kadek 2015-08-23 02:08:48 +12:00
parent 3d4b5f57b0
commit e8f76337a8

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 {