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:
jaymode 2016-03-07 12:15:06 -05:00
parent 101ff22546
commit 2612edf4cb
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ integTest {
'indices.shard_stores/10_basic/no indices test',
'cat.nodeattrs/10_basic/Test cat nodes attrs output',
'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 {
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')