From 1859876e5a6388cea75ccfb013806d6e97ce2acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andre=CC=81n?= Date: Tue, 29 Nov 2016 12:51:43 +0100 Subject: [PATCH] Separate afr-files also for RemoteRouterSpec --- .../src/test/scala/akka/remote/artery/RemoteRouterSpec.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)