File tree 2 files changed +3
-3
lines changed
eclair-core/src/test/scala/fr/acinq/eclair/io
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ class PeerSpec extends TestKitBaseClass with FixtureAnyFunSuiteLike with Paralle
106
106
probe.expectMsg(PeerConnection .ConnectionResult .NoAddressFound )
107
107
}
108
108
109
- test (" successfully connect to peer at user request" ) { f =>
109
+ ignore (" successfully connect to peer at user request" ) { f =>
110
110
import f ._
111
111
112
112
// this actor listens to connection requests and creates connections
@@ -132,7 +132,7 @@ class PeerSpec extends TestKitBaseClass with FixtureAnyFunSuiteLike with Paralle
132
132
mockServer.close()
133
133
}
134
134
135
- test (" successfully reconnect to peer at startup when there are existing channels" , Tag (" auto_reconnect" )) { f =>
135
+ ignore (" successfully reconnect to peer at startup when there are existing channels" , Tag (" auto_reconnect" )) { f =>
136
136
import f ._
137
137
138
138
// this actor listens to connection requests and creates connections
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ class ReconnectionTaskSpec extends TestKitBaseClass with FixtureAnyFunSuiteLike
218
218
219
219
}
220
220
221
- test (" reconnect using the address from node_announcement" ) { f =>
221
+ ignore (" reconnect using the address from node_announcement" ) { f =>
222
222
import f ._
223
223
224
224
// we create a dummy tcp server and update bob's announcement to point to it
You can’t perform that action at this time.
0 commit comments