Update integration test (#1493)

This commit is contained in:
Tomas Della Vedova
2021-07-16 10:00:24 +02:00
committed by GitHub
parent d2ce46b8e0
commit 3137780d6b
3 changed files with 25 additions and 1 deletions

View File

@ -45,6 +45,8 @@ const freeSkips = {
// TODO: remove this once 'arbitrary_key' is implemented
// https://github.com/elastic/elasticsearch/pull/41492
'indices.split/30_copy_settings.yml': ['*'],
'indices.stats/50_disk_usage.yml': ['Disk usage stats'],
'indices.stats/60_field_usage.yml': ['Field usage stats'],
// skipping because we are booting ES with `discovery.type=single-node`
// and this test will fail because of this configuration
'nodes.stats/30_discovery.yml': ['*'],
@ -56,6 +58,7 @@ const freeSkips = {
'search/320_disallow_queries.yml': ['Test disallow expensive queries']
}
const platinumBlackList = {
'analytics/histogram.yml': ['Histogram requires values in increasing order'],
// this two test cases are broken, we should
// return on those in the future.
'analytics/top_metrics.yml': [