Skip to content

Commit 7e14078

Browse files
committed
should work with enterprise and cluster but not with olders without INDEXMISSING support
1 parent 2b6a416 commit 7e14078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ public void AlterAddSortable()
887887
Assert.Equal(4, info.CursorStats.Count);
888888
}
889889

890-
[SkipIfRedis(Is.OSSCluster, Is.Enterprise)]
890+
[SkipIfRedis(Comparison.LessThan, "7.4.0")]
891891
public void InfoWithIndexEmptyAndIndexMissing()
892892
{
893893
IDatabase db = redisFixture.Redis.GetDatabase();

0 commit comments

Comments
 (0)