remove JUnitRunner annotation, #16112
* it was used for running tests from inside Eclipse, but since it caused some trouble we remove it
This commit is contained in:
parent
b3c85512a3
commit
9f659cf9b1
134 changed files with 0 additions and 160 deletions
|
|
@ -8,7 +8,6 @@ import scala.concurrent.duration._
|
|||
import akka.testkit.{ LongRunningTest, AkkaSpec }
|
||||
import java.util.concurrent.ThreadLocalRandom
|
||||
|
||||
@org.junit.runner.RunWith(classOf[org.scalatest.junit.JUnitRunner])
|
||||
class EWMASpec extends AkkaSpec(MetricsConfig.defaultEnabled) with MetricsCollectorFactory {
|
||||
|
||||
val collector = createMetricsCollector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue