Fixed test tagged as IgnoreForScala212 ran in nightly not hit in other CI jobs, just needed the new akka.remote.use-unsafe-remote-features-without-cluster = on. (#27202)
This commit is contained in:
parent
759673569a
commit
cc430fe4d0
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ object TypedActorRemoteDeploySpec {
|
||||||
akka.actor.provider = remote
|
akka.actor.provider = remote
|
||||||
akka.remote.classic.netty.tcp.port = 0
|
akka.remote.classic.netty.tcp.port = 0
|
||||||
akka.remote.artery.canonical.port = 0
|
akka.remote.artery.canonical.port = 0
|
||||||
|
akka.remote.use-unsafe-remote-features-without-cluster = on
|
||||||
""")
|
""")
|
||||||
|
|
||||||
trait RemoteNameService {
|
trait RemoteNameService {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue