Skip a new template rest test

It isn't compatible with security.

Relates to elastic/elasticsearch#20658

Original commit: elastic/x-pack-elasticsearch@33df690341
This commit is contained in:
Nik Everett 2016-10-11 12:30:45 -04:00
parent 2e7b7be25c
commit 6e31ab8d99
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,8 @@ integTest {
'ingest/70_bulk/*',
'ingest/10_crud/Check availability of default processors',
'search/80_date_math_index_names/Missing index with catch',
'cat.templates/10_basic/No templates'
'cat.templates/10_basic/No templates',
'cat.templates/10_basic/Sort templates',
].join(',')
cluster {
@ -53,4 +54,3 @@ integTest {
}
}
}