From 54ec92349137483d22ee2eb38d3276884679db18 Mon Sep 17 00:00:00 2001 From: delvedor Date: Mon, 9 Mar 2020 15:37:18 +0100 Subject: [PATCH] Updated skip list --- test/integration/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/integration/index.js b/test/integration/index.js index 20b478da0..30009d67f 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -69,8 +69,6 @@ const xPackBlackList = { 'sql/sql.yml': ['Getting textual representation'], // we are setting two certificates in the docker config 'ssl/10_basic.yml': ['*'], - // investigate why this is failing - 'transforms_stats.yml': ['Test get continuous transform stats'], // very likely, the index template has not been loaded yet. // we should run a indices.existsTemplate, but the name of the // template may vary during time. @@ -83,6 +81,10 @@ const xPackBlackList = { 'transforms_force_delete.yml': [ 'Test force deleting a running transform' ], + 'transforms_start_stop.yml': ['*'], + 'transforms_stats.yml': ['*'], + 'transforms_stats_continuous.yml': ['*'], + 'transforms_update.yml': ['*'], // docker issue? 'watcher/execute_watch/60_http_input.yml': ['*'], // the checks are correct, but for some reason the test is failing on js side