Disable quarantine for RemoteWatcher unit test
This commit is contained in:
parent
eeb92e1bfb
commit
a4b485968c
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class RemoteWatcherSpec extends AkkaSpec(
|
||||||
"""akka {
|
"""akka {
|
||||||
# loglevel = DEBUG
|
# loglevel = DEBUG
|
||||||
actor.provider = "akka.remote.RemoteActorRefProvider"
|
actor.provider = "akka.remote.RemoteActorRefProvider"
|
||||||
|
# don't use quarantine for this "unit test"
|
||||||
|
remote.quarantine-systems-for = off
|
||||||
remote.netty.tcp {
|
remote.netty.tcp {
|
||||||
hostname = localhost
|
hostname = localhost
|
||||||
port = 0
|
port = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue