diff --git a/akka-remote/src/test/scala/akka/remote/artery/RemoteRouterSpec.scala b/akka-remote/src/test/scala/akka/remote/artery/RemoteRouterSpec.scala index 466ad95ba2..9cb188f039 100644 --- a/akka-remote/src/test/scala/akka/remote/artery/RemoteRouterSpec.scala +++ b/akka-remote/src/test/scala/akka/remote/artery/RemoteRouterSpec.scala @@ -75,7 +75,9 @@ class RemoteRouterSpec extends AkkaSpec(ConfigFactory.parseString(""" target.nodes = ["akka://${sysName}@localhost:${port}"] } } - }""").withFallback(system.settings.config) + }""" + ).withFallback(ArterySpecSupport.newFlightRecorderConfig) + .withFallback(system.settings.config) val masterSystem = ActorSystem("Master" + sysName, conf)