From 60d60f5b0cdb79264861219bf869cfced6be3744 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Fri, 12 Oct 2018 14:46:36 +0200 Subject: bring back the slow tests --- kamon-core-tests/src/test/scala/kamon/KamonLifecycleSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-core-tests') diff --git a/kamon-core-tests/src/test/scala/kamon/KamonLifecycleSpec.scala b/kamon-core-tests/src/test/scala/kamon/KamonLifecycleSpec.scala index ee80fd2b..b5d0425b 100644 --- a/kamon-core-tests/src/test/scala/kamon/KamonLifecycleSpec.scala +++ b/kamon-core-tests/src/test/scala/kamon/KamonLifecycleSpec.scala @@ -12,7 +12,7 @@ import org.scalatest.time.SpanSugar._ class KamonLifecycleSpec extends WordSpec with Matchers with Eventually{ - "the Kamon lifecycle" ignore { + "the Kamon lifecycle" should { "keep the JVM running if reporters are running" in { val process = Runtime.getRuntime.exec(createProcessCommand("kamon.KamonWithRunningReporter")) Thread.sleep(5000) -- cgit v1.2.3