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 c7097ee commit cb9c8dfCopy full SHA for cb9c8df
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -585,6 +585,7 @@ public void TestApplyAndFilterAggregations(string endpointId)
585
[MemberData(nameof(EndpointsFixture.Env.AllEnvironments), MemberType = typeof(EndpointsFixture.Env))]
586
public void TestCreate(string endpointId)
587
{
588
+ SkipClusterPre8(endpointId);
589
IDatabase db = GetCleanDatabase(endpointId);
590
var ft = db.FT();
591
var schema = new Schema().AddTextField("first").AddTextField("last").AddNumericField("age");
0 commit comments