Fix RemotingFailedToBindSpec #24579
It was finding a free udp port to use rather than tcp
This commit is contained in:
parent
85c37f4aeb
commit
f68887cef0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class RemotingFailedToBindSpec extends WordSpec with Matchers {
|
||||||
|
|
||||||
"an ActorSystem" must {
|
"an ActorSystem" must {
|
||||||
"not start if port is taken" in {
|
"not start if port is taken" in {
|
||||||
val port = SocketUtil.temporaryLocalPort(true)
|
val port = SocketUtil.temporaryLocalPort()
|
||||||
val config = ConfigFactory.parseString(
|
val config = ConfigFactory.parseString(
|
||||||
s"""
|
s"""
|
||||||
|akka {
|
|akka {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue