We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1889fd3 commit 09346b6Copy full SHA for 09346b6
test/integration/index.js
@@ -42,6 +42,7 @@ const customSkips = [
42
'cat.snapshots/10_basic.yaml',
43
// fails with ES5 with x-pack enabled
44
'cat.templates/10_basic.yaml',
45
+ 'cluster.health/10_basic.yaml',
46
'cluster.health/20_request_timeout.yaml',
47
'delete/11_shard_header.yaml',
48
'delete/45_parent_with_routing.yaml',
@@ -66,6 +67,8 @@ const customSkips = [
66
67
'search.aggregation/40_range.yaml',
68
'search.aggregation/50_filter.yaml',
69
'search.highlight/30_fvh.yml',
70
+ 'snapshot.restore/10_basic.yaml',
71
+ 'snapshot.status/10_basic.yaml',
72
'update/11_shard_header.yaml',
73
'update/55_parent_with_routing.yaml',
74
// skipping because we are booting ES with `discovery.type=single-node`
0 commit comments