serialize-creators=off in tests, #23003

This commit is contained in:
Patrik Nordwall 2017-05-22 20:11:03 +02:00
parent 110dcdc916
commit edef9e34c7
15 changed files with 2 additions and 45 deletions

View file

@ -24,7 +24,6 @@ object ReplicatorORSetDeltaSpec extends MultiNodeConfig {
akka.log-dead-letters-during-shutdown = off
akka.actor {
serialize-messages = off
serialize-creators = off
allow-java-serialization = off
}
"""))