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 b2bbf94 commit 3c760daCopy full SHA for 3c760da
test/framework/src/main/java/org/elasticsearch/entitlement/runtime/policy/TestPolicyManager.java
@@ -146,6 +146,7 @@ private boolean isTestCode(Class<?> requestingClass) {
146
"org.gradle",
147
148
"org.jcodings", // A library loaded with SPI that tries to create a CharsetProvider
149
+ "com.google.common.jimfs", // Used on Windows
150
151
// We shouldn't really need the rest of these. They should be discovered on the testOnlyClasspath.
152
"com.carrotsearch.randomizedtesting",
0 commit comments