From fec4e837acbf334ee7f0f990be97a66e0c1d9e03 Mon Sep 17 00:00:00 2001 From: delvedor Date: Tue, 25 Feb 2020 15:05:23 +0100 Subject: [PATCH] Skip broken test --- test/integration/index.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/integration/index.js b/test/integration/index.js index 3b6af6217..7bb6bc169 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -37,7 +37,12 @@ const ossSkips = { 'search/320_disallow_queries.yml': ['Test disallow expensive queries'] } const xPackBlackList = { - // file path: test name + // this two test cases are broken, we should + // return on those in the future. + 'analytics/top_metrics.yml': [ + 'sort by keyword field fails', + 'sort by string script fails' + ], 'cat.aliases/10_basic.yml': ['Empty cluster'], 'index/10_with_id.yml': ['Index with ID'], 'indices.get_alias/10_basic.yml': ['Get alias against closed indices'],