Mute failing tests #35173
This commit is contained in:
parent
77fab62ebe
commit
928c9a12d2
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue