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 91a3ba9 commit 21baa66Copy full SHA for 21baa66
src/Tests/Tests/QueryDsl/Specialized/Pinned/PinnedQueryUsageTests.cs
@@ -1,4 +1,5 @@
1
using System;
2
+using Elastic.Xunit.XunitPlumbing;
3
using Nest;
4
using Tests.Core.ManagedElasticsearch.Clusters;
5
using Tests.Domain;
@@ -14,6 +15,7 @@ namespace Tests.QueryDsl.Specialized.Pinned
14
15
* documents are identified using the document IDs stored in the _id field.
16
* See the Elasticsearch documentation on {ref_current}/query-dsl-pinned-query.html[pinned query] for more details.
17
*/
18
+ [SkipVersion("<7.4.0", "Introduced in 7.4")]
19
public class PinnedQueryUsageTests : QueryDslUsageTestsBase
20
{
21
public PinnedQueryUsageTests(ReadOnlyCluster i, EndpointUsage usage) : base(i, usage) { }
0 commit comments