Skip to content

Commit

Permalink
Updated skip list
Browse files Browse the repository at this point in the history
- With elastic/elasticsearch#50977 this skips are no longer valid
  • Loading branch information
delvedor committed Jan 15, 2020
1 parent 2e33680 commit daf3065
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/integration/index.js
Expand Up @@ -57,26 +57,6 @@ const xPackBlackList = {
'sql/sql.yml': ['Getting textual representation'],
// we are setting two certificates in the docker config
'ssl/10_basic.yml': ['*'],
// the test passes, but the regex fails
'transform/preview_transforms.yml': ['Test preview with non-existing source index'],
'transforms_crud.yml': [
'Test put transform with invalid source index',
'Test alias scenarios',
'Test invalid destination index name'
],
'transforms_update.yml': [
'Test put transform with invalid source index',
'Test alias scenarios',
'Test invalid destination index name'
],
'ml/data_frame_analytics_crud.yml': [
'Test put config given dest index contains uppercase chars',
'Test put config with missing concrete source index',
'Test put config with dest index same as source index',
'Test put config with dest index matching multiple indices',
'Test put config with dest index included in source via alias',
'Test put config with remote source index'
],
// 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 daf3065

Please sign in to comment.