aboutsummaryrefslogtreecommitdiff
path: root/kamon-core-tests
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2018-10-12 14:46:36 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2018-10-12 14:46:36 +0200
commit60d60f5b0cdb79264861219bf869cfced6be3744 (patch)
treecfefb5b0fa99fe491a1a19b1ac1398e4a0c9fbc8 /kamon-core-tests
parent15bd0cc1d03b0c0edd854b82dec368bdbfb4419f (diff)
downloadKamon-60d60f5b0cdb79264861219bf869cfced6be3744.tar.gz
Kamon-60d60f5b0cdb79264861219bf869cfced6be3744.tar.bz2
Kamon-60d60f5b0cdb79264861219bf869cfced6be3744.zip
bring back the slow tests
Diffstat (limited to 'kamon-core-tests')
-rw-r--r--kamon-core-tests/src/test/scala/kamon/KamonLifecycleSpec.scala2
1 files changed, 1 insertions, 1 deletions
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)