test: blacklist the ingest default processors rest test
This test assumes no modules are installed but the shield rest tests run with the modules installed. Original commit: elastic/x-pack-elasticsearch@2ba47fcd0f
This commit is contained in:
parent
101ff22546
commit
2612edf4cb
|
@ -28,7 +28,8 @@ integTest {
|
||||||
'indices.shard_stores/10_basic/no indices test',
|
'indices.shard_stores/10_basic/no indices test',
|
||||||
'cat.nodeattrs/10_basic/Test cat nodes attrs output',
|
'cat.nodeattrs/10_basic/Test cat nodes attrs output',
|
||||||
'bulk/40_fields/Fields',
|
'bulk/40_fields/Fields',
|
||||||
'indices.get_alias/10_basic/Get alias against closed indices'].join(',')
|
'indices.get_alias/10_basic/Get alias against closed indices',
|
||||||
|
'ingest/10_crud/Check availability of default processors'].join(',')
|
||||||
|
|
||||||
cluster {
|
cluster {
|
||||||
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')
|
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')
|
||||||
|
|
Loading…
Reference in New Issue