serialize-creators=off in tests, #23003
This commit is contained in:
parent
110dcdc916
commit
edef9e34c7
15 changed files with 2 additions and 45 deletions
|
|
@ -7,10 +7,9 @@ import akka.testkit.AkkaSpec
|
|||
|
||||
class SerializationChecksPlainRemotingSpec extends AkkaSpec {
|
||||
|
||||
"Settings serialize-messages and serialize-creators" must {
|
||||
"Settings serialize-messages" must {
|
||||
|
||||
"be on for tests" in {
|
||||
system.settings.SerializeAllCreators should ===(true)
|
||||
system.settings.SerializeAllMessages should ===(true)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue