+pro #15406 Split up stream into testkit, tests and tck
This commit is contained in:
parent
f73bfc6da1
commit
a902d079b0
130 changed files with 1 additions and 10 deletions
|
|
@ -1,2 +0,0 @@
|
|||
# override strange reference.conf setting in akka-stream test scope
|
||||
akka.actor.default-mailbox.mailbox-type = akka.dispatch.UnboundedMailbox
|
||||
|
|
@ -20,7 +20,6 @@ class MarshallingSpec extends FreeSpec with Matchers with BeforeAndAfterAll with
|
|||
import system.dispatcher
|
||||
|
||||
val materializerSettings = MaterializerSettings(system)
|
||||
.withDispatcher("akka.test.stream-dispatcher")
|
||||
|
||||
implicit val materializer = FlowMaterializer(materializerSettings)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ class UnmarshallingSpec extends FreeSpec with Matchers with BeforeAndAfterAll {
|
|||
import system.dispatcher
|
||||
|
||||
val materializerSettings = MaterializerSettings(system)
|
||||
.withDispatcher("akka.test.stream-dispatcher")
|
||||
|
||||
implicit val materializer = FlowMaterializer(materializerSettings)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue