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:
parent
2e7b7be25c
commit
6e31ab8d99
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue