remove commented out (irrelevant) test case

This commit is contained in:
Renato Cavalcanti 2020-05-07 21:00:41 +02:00
parent a5fc6fcbda
commit bd923e285a
No known key found for this signature in database
GPG key ID: C7F92AA2BCB77E03

View file

@ -67,19 +67,5 @@ class LocalActorRefProviderLogMessagesSpec
ActorTestKit.shutdown(otherSystem)
}
}
// "logs on dedicated 'serialization' logger for empty paths" in {
// val provider = system.asInstanceOf[ActorSystemAdapter[_]].provider
// val invalidPath = provider.rootPath
// LoggingTestKit
// .debug("Resolve (deserialization) of empty path")
// .withLoggerName("akka.actor.LocalActorRefProvider.Deserialization")
// .expect {
// provider.resolveActorRef(invalidPath.toString)
// }
// }
}
}