File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Tests/Document/Multiple/UpdateByQuery Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ) { }
You can’t perform that action at this time.
0 commit comments