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:
Helena Edelson 2019-06-22 08:29:03 -07:00 committed by GitHub
parent 759673569a
commit cc430fe4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {