Updated skip list

This commit is contained in:
delvedor
2020-03-09 15:37:18 +01:00
parent 1c03ccc7af
commit 54ec923491

View File

@ -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