File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,3 @@ tasks.named("yamlRestCompatTestTransform").configure { task ->
3636 task. replaceValueInMatch(" tokens.0.token" , " absenț" , " romanian" )
3737 task. skipTest(" indices.analyze/15_analyze/Custom analyzer is not buildable" , " error response changed with #123743" )
3838}
39-
40- tasks. named(" yamlRestTest" ). configure {
41- if (buildParams. getRuntimeJavaVersion(). map{ it. majorVersion. toInteger() }. get() >= 24 ||
42- " -Des.entitlements.enabled=true" . equals(System . getProperty(" tests.jvm.argline" ))) {
43- systemProperty ' tests.rest.blacklist' ,
44- [
45- // AWAITSFIX: this test relies on security manager, which doesn't exist in JDK 24.
46- // and entitlements don't yet replace the functionality.
47- // see https://github.com/elastic/elasticsearch/issues/119130
48- ' analysis-common/40_token_filters/stemmer_override file access' ,
49- ]. join(' ,' )
50- }
51- }
You can’t perform that action at this time.
0 commit comments