Skip to content

Commit cb9c8df

Browse files
committed
skip TestCreate on cluster < 8
1 parent c7097ee commit cb9c8df

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
@@ -585,6 +585,7 @@ public void TestApplyAndFilterAggregations(string endpointId)
585585
[MemberData(nameof(EndpointsFixture.Env.AllEnvironments), MemberType = typeof(EndpointsFixture.Env))]
586586
public void TestCreate(string endpointId)
587587
{
588+
SkipClusterPre8(endpointId);
588589
IDatabase db = GetCleanDatabase(endpointId);
589590
var ft = db.FT();
590591
var schema = new Schema().AddTextField("first").AddTextField("last").AddNumericField("age");

0 commit comments

Comments
 (0)