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 db8869a commit cf7f671Copy full SHA for cf7f671
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -30,6 +30,7 @@ private static void SkipClusterPre8(string endpointId)
30
// FIXME(imalinovskyi): We should skip cluster tests until https://github.com/RediSearch/RediSearch/pull/6960
31
// is released as part of Redis v8.2.x
32
Skip.If(endpointId == EndpointsFixture.Env.Cluster
33
+ && !EndpointsFixture.IsEnterprise
34
&& EndpointsFixture.RedisVersion.Minor < 4, "Ignoring cluster tests for FT.SEARCH pre Redis 8.4");
35
}
36
0 commit comments