Skip to content

Commit ccf75e3

Browse files
committed
Fix integration test (#1479)
1 parent afa2161 commit ccf75e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const platinumBlackList = {
8181
],
8282
// The cleanup fails with a index not found when retrieving the jobs
8383
'ml/get_datafeed_stats.yml': ['Test get datafeed stats when total_search_time_ms mapping is missing'],
84+
'ml/bucket_correlation_agg.yml': ['Test correlation bucket agg simple'],
8485
'ml/preview_datafeed.yml': ['*'],
8586
// Investigate why is failing
8687
'ml/inference_crud.yml': ['*'],
@@ -93,6 +94,7 @@ const platinumBlackList = {
9394
// the body is correct, but the regex is failing
9495
'sql/sql.yml': ['Getting textual representation'],
9596
'searchable_snapshots/10_usage.yml': ['*'],
97+
'service_accounts/10_basic.yml': ['*'],
9698
// we are setting two certificates in the docker config
9799
'ssl/10_basic.yml': ['*'],
98100
// very likely, the index template has not been loaded yet.

0 commit comments

Comments
 (0)