Skip to content

Commit cf7f671

Browse files
committed
Do not skip OSS Cluster tests on RE
1 parent db8869a commit cf7f671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ private static void SkipClusterPre8(string endpointId)
3030
// FIXME(imalinovskyi): We should skip cluster tests until https://github.com/RediSearch/RediSearch/pull/6960
3131
// is released as part of Redis v8.2.x
3232
Skip.If(endpointId == EndpointsFixture.Env.Cluster
33+
&& !EndpointsFixture.IsEnterprise
3334
&& EndpointsFixture.RedisVersion.Minor < 4, "Ignoring cluster tests for FT.SEARCH pre Redis 8.4");
3435
}
3536

0 commit comments

Comments
 (0)