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 200106d commit 1230f1cCopy full SHA for 1230f1c
src/Tests/Tests/Mapping/Types/Core/Text/TextPropertyTests.cs
@@ -1,14 +1,13 @@
1
using System;
2
-using Elasticsearch.Net;
+using Elastic.Xunit.XunitPlumbing;
3
using Nest;
4
using Tests.Core.ManagedElasticsearch.Clusters;
5
using Tests.Domain;
6
-using Tests.Framework;
7
using Tests.Framework.Integration;
8
-using Tests.Framework.ManagedElasticsearch.Clusters;
9
10
namespace Tests.Mapping.Types.Core.Text
11
{
+ [SkipVersion("<6.3.0", "index_prefixes is a new feature")]
12
public class TextPropertyTests : PropertyTestsBase
13
14
public TextPropertyTests(WritableCluster cluster, EndpointUsage usage) : base(cluster, usage) { }
0 commit comments