Skip to content

Commit

Permalink
Updated skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Mar 9, 2020
1 parent 1c03ccc commit 54ec923
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 54ec923

Please sign in to comment.