Skip to content

Commit d460088

Browse files
authored
Remove percolator compat test and allow for 7.x warning #74744
Remove custom percolator query with types test as it is in 7.x add transformation to 7.x test to allow type removal warning
1 parent a4f9f4f commit d460088

File tree

2 files changed

+4
-150
lines changed

2 files changed

+4
-150
lines changed

modules/percolator/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ restResources {
2424
include '_common', 'indices', 'index', 'search', 'msearch'
2525
}
2626
}
27+
28+
tasks.named("transformV7RestTests").configure({ task ->
29+
task.addAllowedWarningRegex("\\[types removal\\].*")
30+
})

modules/percolator/src/yamlRestCompatTest/resources/rest-api-spec/test/v7compat/11_basic_with_types.yml

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)