Skip to content

Commit a854870

Browse files
committed
itest: temporarily remove backwards compat versions for custom channels
1 parent f042f41 commit a854870

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

itest/litd_test_list_on_test.go

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ var allTestCases = []*testCase{
3333
name: "custom channels backward compatibility",
3434
test: testCustomChannels,
3535
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+
// },
4042
},
4143
{
4244
name: "custom channels large",
@@ -132,9 +134,11 @@ var allTestCases = []*testCase{
132134
name: "custom channels multi rfq",
133135
test: testCustomChannelsMultiRFQ,
134136
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+
// },
138142
},
139143
{
140144
name: "custom channels multi channel pathfinding",
@@ -146,8 +150,10 @@ var allTestCases = []*testCase{
146150
"compatibility",
147151
test: testCustomChannelsSelfPayment,
148152
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+
// },
152158
},
153159
}

0 commit comments

Comments
 (0)