re-enable DontLeakActorsOnFailingConnectionSpecs #19049
This commit is contained in:
parent
cbd7350ae5
commit
196c4bd4a1
2 changed files with 6 additions and 32 deletions
|
|
@ -271,7 +271,7 @@ object AkkaBuild extends Build {
|
|||
lazy val httpTests = Project(
|
||||
id = "akka-http-tests",
|
||||
base = file("akka-http-tests"),
|
||||
dependencies = Seq(httpTestkit % "test", testkit % "test->test", httpSprayJson, httpXml, httpJackson)
|
||||
dependencies = Seq(httpTestkit % "test", streamTestkit % "test->test", testkit % "test->test", httpSprayJson, httpXml, httpJackson)
|
||||
)
|
||||
|
||||
lazy val httpMarshallersScala = Project(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue