From cc430fe4d093c1cc48ca934846414f511930db9c Mon Sep 17 00:00:00 2001 From: Helena Edelson Date: Sat, 22 Jun 2019 08:29:03 -0700 Subject: [PATCH] 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) --- .../src/test/scala/akka/remote/TypedActorRemoteDeploySpec.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/akka-remote/src/test/scala/akka/remote/TypedActorRemoteDeploySpec.scala b/akka-remote/src/test/scala/akka/remote/TypedActorRemoteDeploySpec.scala index 0da66fc188..0667fd8d9a 100644 --- a/akka-remote/src/test/scala/akka/remote/TypedActorRemoteDeploySpec.scala +++ b/akka-remote/src/test/scala/akka/remote/TypedActorRemoteDeploySpec.scala @@ -20,6 +20,7 @@ object TypedActorRemoteDeploySpec { akka.actor.provider = remote akka.remote.classic.netty.tcp.port = 0 akka.remote.artery.canonical.port = 0 + akka.remote.use-unsafe-remote-features-without-cluster = on """) trait RemoteNameService {