mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 01:22:26 -04:00
[Rest Api Compatibility] Enable tests after types and cat api fixed (#75179)
Some tests are fixed after typed api is available with compatible api. Also cat api returning text fixed some tests relates #51816
This commit is contained in:
parent
a537258b68
commit
71e05838a6
8 changed files with 41 additions and 56 deletions
|
@ -23,9 +23,6 @@ testClusters.all {
|
|||
extraConfigFile 'ingest-user-agent/test-regexes.yml', file('src/test/test-regexes.yml')
|
||||
}
|
||||
|
||||
tasks.named("yamlRestCompatTest").configure {
|
||||
systemProperty 'tests.rest.blacklist', [
|
||||
'ingest-useragent/30_custom_regex/Test user agent processor with custom regex file',
|
||||
'ingest-useragent/20_useragent_processor/Test user agent processor with parameters'
|
||||
].join(',')
|
||||
}
|
||||
tasks.named("transformV7RestTests").configure({ task ->
|
||||
task.addAllowedWarningRegex("setting \\[ecs\\] is deprecated as ECS format is the default and only option")
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue