Skip to content

Commit eb4bf57

Browse files
authored
Re-enable analysis stemmer test (elastic#124961) (elastic#124964)
This test was disabled until exclusive entitlements were added. closes elastic#119130
1 parent 3fe708f commit eb4bf57

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/analysis-common/build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)