@@ -33,10 +33,12 @@ var allTestCases = []*testCase{
33
33
name : "custom channels backward compatibility" ,
34
34
test : testCustomChannels ,
35
35
noAliceBob : true ,
36
- backwardCompat : map [string ]string {
37
- "Dave" : "v0.14.1-alpha" ,
38
- "Fabia" : "v0.14.1-alpha" ,
39
- },
36
+ // TODO(george): comment out when peer message for features gets
37
+ // added
38
+ // backwardCompat: map[string]string{
39
+ // "Dave": "v0.14.1-alpha",
40
+ // "Fabia": "v0.14.1-alpha",
41
+ // },
40
42
},
41
43
{
42
44
name : "custom channels large" ,
@@ -132,9 +134,11 @@ var allTestCases = []*testCase{
132
134
name : "custom channels multi rfq" ,
133
135
test : testCustomChannelsMultiRFQ ,
134
136
noAliceBob : true ,
135
- backwardCompat : map [string ]string {
136
- "Yara" : "v0.15.0-alpha" ,
137
- },
137
+ // TODO(george): comment out when peer message for features gets
138
+ // added
139
+ // backwardCompat: map[string]string{
140
+ // "Yara": "v0.15.0-alpha",
141
+ // },
138
142
},
139
143
{
140
144
name : "custom channels multi channel pathfinding" ,
@@ -146,8 +150,10 @@ var allTestCases = []*testCase{
146
150
"compatibility" ,
147
151
test : testCustomChannelsSelfPayment ,
148
152
noAliceBob : true ,
149
- backwardCompat : map [string ]string {
150
- "Alice" : "v0.14.1-alpha" ,
151
- },
153
+ // TODO(george): comment out when peer message for features gets
154
+ // added
155
+ // backwardCompat: map[string]string{
156
+ // "Alice": "v0.14.1-alpha",
157
+ // },
152
158
},
153
159
}
0 commit comments