=str don't run streams test twice because of junit.RunWith annotation

This commit is contained in:
Johannes Rudolph 2014-10-31 17:03:55 +01:00
parent 03aeb667e1
commit c6267fdc37
22 changed files with 0 additions and 22 deletions

View file

@ -72,7 +72,6 @@ object FlowSpec {
}
}
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
class FlowSpec extends AkkaSpec(ConfigFactory.parseString("akka.actor.debug.receive=off\nakka.loglevel=INFO")) {
import FlowSpec._