@@ -97,7 +97,7 @@ async fn test_eclair_receive_payments() {
9797/// in keysend onions, which Eclair considers invalid for spontaneous payments.
9898/// See: https://github.com/ACINQ/eclair/issues/2954
9999#[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
100- # [ ignore = "Eclair rejects LDK keysend with InvalidOnionPayload(8,0) — TLV type 8 in keysend" ]
100+
101101async fn test_eclair_send_keysend ( ) {
102102 let ( bitcoind, electrs, eclair) = setup_clients ( ) . await ;
103103 let node = setup_ldk_node ( ) ;
@@ -116,7 +116,7 @@ async fn test_eclair_send_keysend() {
116116/// Splicing was introduced in Eclair v0.10.0+. Our Docker image uses
117117/// v0.14-SNAPSHOT which should support it; un-ignore once confirmed.
118118#[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
119- # [ ignore = "Eclair splicing support needs verification with v0.14-SNAPSHOT Docker image" ]
119+
120120async fn test_eclair_splice ( ) {
121121 let ( bitcoind, electrs, eclair) = setup_clients ( ) . await ;
122122 let node = setup_ldk_node ( ) ;
@@ -131,7 +131,7 @@ async fn test_eclair_splice() {
131131}
132132
133133#[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
134- # [ ignore = "Eclair splicing support needs verification with v0.14-SNAPSHOT Docker image" ]
134+
135135async fn test_eclair_splice_then_payment ( ) {
136136 let ( bitcoind, electrs, eclair) = setup_clients ( ) . await ;
137137 let node = setup_ldk_node ( ) ;
0 commit comments