Skip to content

Commit

Permalink
[Rest Api Compatibility] Enable parent_join inner_hits test (elastic#…
Browse files Browse the repository at this point in the history
…75560)

The test in 7.x was fixed in elastic#75534
  • Loading branch information
pgomulka authored and ywangd committed Jul 30, 2021
1 parent 1e459fd commit 4ef5157
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/parent-join/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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(',')
}

0 comments on commit 4ef5157

Please sign in to comment.