Skip to content

Commit 1230f1c

Browse files
committed
TextPropertyTests uses a 6.3.0 only feature so needs a SkipVersion attribute
1 parent 200106d commit 1230f1c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Tests/Tests/Mapping/Types/Core/Text/TextPropertyTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
using System;
2-
using Elasticsearch.Net;
2+
using Elastic.Xunit.XunitPlumbing;
33
using Nest;
44
using Tests.Core.ManagedElasticsearch.Clusters;
55
using Tests.Domain;
6-
using Tests.Framework;
76
using Tests.Framework.Integration;
8-
using Tests.Framework.ManagedElasticsearch.Clusters;
97

108
namespace Tests.Mapping.Types.Core.Text
119
{
10+
[SkipVersion("<6.3.0", "index_prefixes is a new feature")]
1211
public class TextPropertyTests : PropertyTestsBase
1312
{
1413
public TextPropertyTests(WritableCluster cluster, EndpointUsage usage) : base(cluster, usage) { }

0 commit comments

Comments
 (0)