Skip to content

Commit

Permalink
Ignore flakey test (akka#585)
Browse files Browse the repository at this point in the history
Tracking an actual fix in akka#290
  • Loading branch information
raboof authored and johanandren committed Nov 13, 2017
1 parent 72bf890 commit 5c06ca3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class MqttSourceSpec
}
}

"support will message" in {
"support will message" ignore {
import system.dispatcher

val (binding, connection) = Tcp().bind("localhost", 1337).toMat(Sink.head)(Keep.both).run()
Expand Down

0 comments on commit 5c06ca3

Please sign in to comment.