Skip to content

Commit 04e1f93

Browse files
authored
Fix various test to run with FIPS and entitlements (#130616) (#130686)
(cherry picked from commit b35e97e) # Conflicts: # muted-tests.yml
1 parent 1a3494f commit 04e1f93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/framework/src/main/java/org/elasticsearch/entitlement/runtime/policy/TestPolicyManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ private boolean isTestCode(Class<?> requestingClass) {
159159
"org.junit",
160160
"org.mockito",
161161
"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
162164
};
163165

164166
@Override

0 commit comments

Comments
 (0)