Mute expected unhandled msg, see #2010
This commit is contained in:
parent
de420ec38a
commit
de899ee2df
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ package akka.actor
|
|||
|
||||
import scala.concurrent.util.duration._
|
||||
import akka.testkit._
|
||||
import akka.testkit.TestEvent._
|
||||
import scala.concurrent.Await
|
||||
import akka.util.Timeout
|
||||
import akka.pattern.{ ask, AskTimeoutException }
|
||||
|
|
@ -15,6 +16,8 @@ class ActorTimeoutSpec extends AkkaSpec {
|
|||
val testTimeout = 200.millis.dilated
|
||||
val leeway = 500.millis.dilated
|
||||
|
||||
system.eventStream.publish(Mute(EventFilter.warning(pattern = ".*unhandled message from.*hallo")))
|
||||
|
||||
"An Actor-based Future" must {
|
||||
|
||||
"use implicitly supplied timeout" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue