There was an error while loading. Please reload this page.
1 parent fc660d4 commit d331569Copy full SHA for d331569
test/framework/src/main/java/org/elasticsearch/entitlement/runtime/policy/TestPolicyManager.java
@@ -149,6 +149,8 @@ private boolean isTestCode(Class<?> requestingClass) {
149
private static final String[] TEST_FRAMEWORK_PACKAGE_PREFIXES = {
150
"org.gradle",
151
152
+ "org.jcodings", // A library loaded with SPI that tries to create a CharsetProvider
153
+
154
// We shouldn't really need the rest of these. They should be discovered on the testOnlyClasspath.
155
"com.carrotsearch.randomizedtesting",
156
"com.sun.tools.javac",
0 commit comments