=rem remove unused code
This commit is contained in:
parent
3d4b5f57b0
commit
e8f76337a8
1 changed files with 0 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue