Skip to content

Commit c1d2bb2

Browse files
authored
Fix ZKD index test (TG-209) (#362)
1 parent 72bc686 commit c1d2bb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/indexes_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ func TestNamedIndexesClusterInventory(t *testing.T) {
482482

483483
for _, testCase := range namedIndexTestCases {
484484
t.Run(fmt.Sprintf("TestNamedIndexes%s", testCase.Name), func(t *testing.T) {
485+
if testCase.MinVersion != nil {
486+
skipBelowVersion(c, *testCase.MinVersion, t)
487+
}
488+
485489
// Check if index name is forwarded through out all APIs
486490
idx, err := testCase.CreateCallback(col, testCase.Name)
487491
if err != nil {

0 commit comments

Comments
 (0)