Skip to content

Commit 8893431

Browse files
committed
itest: temporarily disable backwards version for Yara
1 parent 209397e commit 8893431

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

itest/litd_test_list_on_test.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,12 @@ var allTestCases = []*testCase{
131131
name: "custom channels multi rfq",
132132
test: testCustomChannelsMultiRFQ,
133133
noAliceBob: true,
134-
backwardCompat: map[string]string{
135-
"Yara": "v0.15.0-alpha",
136-
},
134+
// NOTE: temporary disable backwards compatibility version, in
135+
// order to gracefully wait for a stability fix to be included
136+
// in the next LiT tag.
137+
// backwardCompat: map[string]string{
138+
// "Yara": "v0.15.0-alpha",
139+
// },
137140
},
138141
{
139142
name: "custom channels multi channel pathfinding",

0 commit comments

Comments
 (0)