Mute failing tests #35173

This commit is contained in:
Alpar Torok 2018-11-01 19:31:52 +02:00
parent 77fab62ebe
commit 928c9a12d2
1 changed files with 7 additions and 0 deletions

View File

@ -39,3 +39,10 @@ dependencies {
dependencyLicenses {
mapping from: /lucene-.*/, to: 'lucene'
}
// Muted: https://github.com/elastic/elasticsearch/issues/35173
integTestRunner {
systemProperty 'tests.rest.blacklist',
'analysis_icu/10_basic/Normalization with a UnicodeSet Filter,' +
'analysis_icu/10_basic/Normalization with a CamcelCase UnicodeSet Filter'
}