Skip to content

Commit 21baa66

Browse files
committed
PinnedQuery tests should not run <7.4.0
1 parent 91a3ba9 commit 21baa66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tests/Tests/QueryDsl/Specialized/Pinned/PinnedQueryUsageTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using Elastic.Xunit.XunitPlumbing;
23
using Nest;
34
using Tests.Core.ManagedElasticsearch.Clusters;
45
using Tests.Domain;
@@ -14,6 +15,7 @@ namespace Tests.QueryDsl.Specialized.Pinned
1415
* documents are identified using the document IDs stored in the _id field.
1516
* See the Elasticsearch documentation on {ref_current}/query-dsl-pinned-query.html[pinned query] for more details.
1617
*/
18+
[SkipVersion("<7.4.0", "Introduced in 7.4")]
1719
public class PinnedQueryUsageTests : QueryDslUsageTestsBase
1820
{
1921
public PinnedQueryUsageTests(ReadOnlyCluster i, EndpointUsage usage) : base(i, usage) { }

0 commit comments

Comments
 (0)