Updated skip list
This commit is contained in:
@ -69,8 +69,6 @@ const xPackBlackList = {
|
|||||||
'sql/sql.yml': ['Getting textual representation'],
|
'sql/sql.yml': ['Getting textual representation'],
|
||||||
// we are setting two certificates in the docker config
|
// we are setting two certificates in the docker config
|
||||||
'ssl/10_basic.yml': ['*'],
|
'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.
|
// very likely, the index template has not been loaded yet.
|
||||||
// we should run a indices.existsTemplate, but the name of the
|
// we should run a indices.existsTemplate, but the name of the
|
||||||
// template may vary during time.
|
// template may vary during time.
|
||||||
@ -83,6 +81,10 @@ const xPackBlackList = {
|
|||||||
'transforms_force_delete.yml': [
|
'transforms_force_delete.yml': [
|
||||||
'Test force deleting a running transform'
|
'Test force deleting a running transform'
|
||||||
],
|
],
|
||||||
|
'transforms_start_stop.yml': ['*'],
|
||||||
|
'transforms_stats.yml': ['*'],
|
||||||
|
'transforms_stats_continuous.yml': ['*'],
|
||||||
|
'transforms_update.yml': ['*'],
|
||||||
// docker issue?
|
// docker issue?
|
||||||
'watcher/execute_watch/60_http_input.yml': ['*'],
|
'watcher/execute_watch/60_http_input.yml': ['*'],
|
||||||
// the checks are correct, but for some reason the test is failing on js side
|
// the checks are correct, but for some reason the test is failing on js side
|
||||||
|
|||||||
Reference in New Issue
Block a user