We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209397e commit 8893431Copy full SHA for 8893431
itest/litd_test_list_on_test.go
@@ -131,9 +131,12 @@ var allTestCases = []*testCase{
131
name: "custom channels multi rfq",
132
test: testCustomChannelsMultiRFQ,
133
noAliceBob: true,
134
- backwardCompat: map[string]string{
135
- "Yara": "v0.15.0-alpha",
136
- },
+ // NOTE: temporary disable backwards compatibility version, in
+ // order to gracefully wait for a stability fix to be included
+ // in the next LiT tag.
137
+ // backwardCompat: map[string]string{
138
+ // "Yara": "v0.15.0-alpha",
139
+ // },
140
},
141
{
142
name: "custom channels multi channel pathfinding",
0 commit comments