diff --git a/test/integration/index.js b/test/integration/index.js index 08f8acac1..20b478da0 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -71,13 +71,18 @@ const xPackBlackList = { 'ssl/10_basic.yml': ['*'], // investigate why this is failing 'transforms_stats.yml': ['Test get continuous transform stats'], - // investingating why this one is failing + // 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. 'transforms_crud.yml': [ 'Test basic transform crud', 'Test transform with query and array of indices in source', 'Test PUT continuous transform', 'Test PUT continuous transform without delay set' ], + 'transforms_force_delete.yml': [ + 'Test force deleting a running transform' + ], // docker issue? 'watcher/execute_watch/60_http_input.yml': ['*'], // the checks are correct, but for some reason the test is failing on js side