serialize-creators=off in tests, #23003
This commit is contained in:
parent
110dcdc916
commit
edef9e34c7
15 changed files with 2 additions and 45 deletions
|
|
@ -27,7 +27,6 @@ class ReplicatedDataSerializerSpec extends TestKit(ActorSystem(
|
|||
akka.remote.artery.canonical.port = 0
|
||||
akka.actor {
|
||||
serialize-messages = off
|
||||
serialize-creators = off
|
||||
allow-java-serialization = off
|
||||
}
|
||||
"""))) with WordSpecLike with Matchers with BeforeAndAfterAll {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ class ReplicatorMessageSerializerSpec extends TestKit(ActorSystem(
|
|||
akka.remote.artery.canonical.port = 0
|
||||
akka.actor {
|
||||
serialize-messages = off
|
||||
serialize-creators = off
|
||||
allow-java-serialization = off
|
||||
}
|
||||
"""))) with WordSpecLike with Matchers with BeforeAndAfterAll {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue