re-enable DontLeakActorsOnFailingConnectionSpecs #19049

This commit is contained in:
Johan Andrén 2016-05-11 08:55:34 +02:00
parent cbd7350ae5
commit 196c4bd4a1
2 changed files with 6 additions and 32 deletions

View file

@ -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(