Skip to content

Commit 78774ef

Browse files
committed
UpdateByQuery had some test classes missing SkipVersion
1 parent f60bc1f commit 78774ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tests/Document/Multiple/UpdateByQuery/UpdateByQueryApiTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ protected override void ExpectResponse(IUpdateByQueryResponse response)
102102
}
103103

104104
[Collection(IntegrationContext.OwnIndex)]
105+
[SkipVersion("<2.3.0", "")]
105106
public class UpdateByQueryWaitForCompletionApiTests : UpdateByQueryApiTests
106107
{
107108
public UpdateByQueryWaitForCompletionApiTests(OwnIndexCluster cluster, EndpointUsage usage) : base(cluster, usage) { }
@@ -128,6 +129,7 @@ protected override void ExpectResponse(IUpdateByQueryResponse response)
128129
}
129130

130131
[Collection(IntegrationContext.OwnIndex)]
132+
[SkipVersion("<2.3.0", "")]
131133
public class UpdateByQueryWithFailuresApiTests : UpdateByQueryApiTests
132134
{
133135
public UpdateByQueryWithFailuresApiTests(OwnIndexCluster cluster, EndpointUsage usage) : base(cluster, usage) { }

0 commit comments

Comments
 (0)