We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3494f commit 04e1f93Copy full SHA for 04e1f93
test/framework/src/main/java/org/elasticsearch/entitlement/runtime/policy/TestPolicyManager.java
@@ -159,6 +159,8 @@ private boolean isTestCode(Class<?> requestingClass) {
159
"org.junit",
160
"org.mockito",
161
"net.bytebuddy", // Mockito uses this
162
+
163
+ "org.bouncycastle.jsse.provider" // Used in test code if FIPS is enabled, support more fine-grained config in ES-12128
164
};
165
166
@Override
0 commit comments