ソースを参照

[Rest Api Compatibility] Enable parent_join inner_hits test (#75560)

The test in 7.x was fixed in #75534
Przemyslaw Gomulka 4 年 前
コミット
ec7d9d22cd
1 ファイル変更0 行追加6 行削除
  1. 0 6
      modules/parent-join/build.gradle

+ 0 - 6
modules/parent-join/build.gradle

@@ -19,9 +19,3 @@ restResources {
     include '_common', 'bulk', 'cluster', 'nodes', 'indices', 'index', 'search'
   }
 }
-
-tasks.named("yamlRestCompatTest").configure {
-  systemProperty 'tests.rest.blacklist', [
-    '/30_inner_hits/Test two sub-queries with only one having inner_hits'
-  ].join(',')
-}