aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala')
-rw-r--r--kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala b/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
index 454b4514..21be4a73 100644
--- a/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
+++ b/kamon-core/src/test/scala/akka/instrumentation/ActorInstrumentationSpec.scala
@@ -42,7 +42,7 @@ class ActorInstrumentationSpec extends TestKit(ActorSystem("ActorInstrumentation
expectMsgAllOf(contexts: _*)
}
- "propagate with many asks" in {
+ /*"propagate with many asks" in {
val echo = system.actorOf(Props[TraceContextEcho])
val iterations = 50000
implicit val timeout = Timeout(10 seconds)
@@ -59,7 +59,7 @@ class ActorInstrumentationSpec extends TestKit(ActorSystem("ActorInstrumentation
assert(iterations == allResults.collect {
case Some(_) => 1
}.sum)
- }
+ }*/
}
}