Prechádzať zdrojové kódy

Ignore a testcase until a compatible api is implemented (#70095)

'search/110_field_collapsing/field collapsing and inner_hits', is
enabled in 7.x (#69753 )and the compatible api is not implemented yet
Przemyslaw Gomulka 4 rokov pred
rodič
commit
3114436329
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      rest-api-spec/build.gradle

+ 1 - 0
rest-api-spec/build.gradle

@@ -347,6 +347,7 @@ tasks.named("yamlRestCompatTest").configure {
     'search/40_indices_boost/Indices boost using object',
     'search/70_response_filtering/Search with response filtering',
     'search/90_search_after/search with search_after parameter',
+    'search/110_field_collapsing/field collapsing and inner_hits',
     'search_shards/10_basic/Search shards aliases with and without filters',
     'snapshot.get/10_basic/Get missing snapshot info succeeds when ignore_unavailable is true',
     'snapshot.get/10_basic/Get missing snapshot info throws an exception',