Mute expected log messages, see #2010
This commit is contained in:
parent
756f31c7b9
commit
8476b2195c
20 changed files with 119 additions and 49 deletions
|
|
@ -246,6 +246,7 @@ abstract class ClusterRoundRobinRoutedActorSpec extends MultiNodeSpec(ClusterRou
|
|||
}
|
||||
|
||||
"deploy programatically defined routees to other node when a node becomes down" taggedAs LongRunningTest in {
|
||||
muteMarkingAsUnreachable()
|
||||
|
||||
runOn(first) {
|
||||
def currentRoutees = Await.result(router2 ? CurrentRoutees, 5 seconds).asInstanceOf[RouterRoutees].routees
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue