Skip to content

Commit 3c760da

Browse files
committed
Trivially allow jimfs (??)
1 parent b2bbf94 commit 3c760da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ private boolean isTestCode(Class<?> requestingClass) {
146146
"org.gradle",
147147

148148
"org.jcodings", // A library loaded with SPI that tries to create a CharsetProvider
149+
"com.google.common.jimfs", // Used on Windows
149150

150151
// We shouldn't really need the rest of these. They should be discovered on the testOnlyClasspath.
151152
"com.carrotsearch.randomizedtesting",

0 commit comments

Comments
 (0)