[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:
Przemyslaw Gomulka 2021-07-14 08:37:38 +02:00 committed by GitHub
parent a537258b68
commit 71e05838a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 56 deletions

View file

@ -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")
})