Updated skip list

This commit is contained in:
delvedor
2020-03-09 12:33:56 +01:00
parent 0f2b79159e
commit 43ee0445fc

View File

@ -70,7 +70,14 @@ const xPackBlackList = {
// 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'],
'transforms_stats.yml': ['Test get continuous transform stats'],
// investingating why this one is failing
'transforms_crud.yml': [
'Test basic transform crud',
'Test transform with query and array of indices in source',
'Test PUT continuous transform',
'Test PUT continuous transform without delay set'
],
// docker issue?
'watcher/execute_watch/60_http_input.yml': ['*'],
// the checks are correct, but for some reason the test is failing on js side