Skip to content

Commit ec7d9d2

Browse files
authored
[Rest Api Compatibility] Enable parent_join inner_hits test (#75560)
The test in 7.x was fixed in #75534
1 parent 641e051 commit ec7d9d2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/parent-join/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ restResources {
1919
include '_common', 'bulk', 'cluster', 'nodes', 'indices', 'index', 'search'
2020
}
2121
}
22-
23-
tasks.named("yamlRestCompatTest").configure {
24-
systemProperty 'tests.rest.blacklist', [
25-
'/30_inner_hits/Test two sub-queries with only one having inner_hits'
26-
].join(',')
27-
}

0 commit comments

Comments
 (0)