test: add missing date math to blacklist

Original commit: elastic/x-pack-elasticsearch@85fae58d74
This commit is contained in:
jaymode 2016-04-15 10:10:01 -04:00
parent dfe5bf5366
commit e4cb1f1b24
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ integTest {
'bulk/40_fields/Fields',
'indices.get_alias/10_basic/Get alias against closed indices',
'ingest/70_bulk/*',
'ingest/10_crud/Check availability of default processors'].join(',')
'ingest/10_crud/Check availability of default processors',
'search/80_date_math_index_names/Missing index with catch'].join(',')
cluster {
plugin 'x-pack', project(':x-plugins:elasticsearch:x-pack')