Disable serialization warnings in akka test suites #21882
This commit is contained in:
parent
173a3aa4e5
commit
2679be5ae4
26 changed files with 32 additions and 22 deletions
|
|
@ -27,7 +27,7 @@ class RemoteRandomConfig(artery: Boolean) extends MultiNodeConfig {
|
|||
commonConfig(debugConfig(on = false).withFallback(
|
||||
ConfigFactory.parseString(s"""
|
||||
akka.remote.artery.enabled = $artery
|
||||
""")).withFallback(RemotingMultiNodeSpec.arteryFlightRecordingConf))
|
||||
""")).withFallback(RemotingMultiNodeSpec.commonConfig))
|
||||
|
||||
deployOnAll("""
|
||||
/service-hello {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue