Commit 38dcdc3
authored
Disable SecurityManager in tests (#127789)
SecurityManager is already removed in 9.1 and 8.19, but those changes
are too large to backport to 8.18 and 9.0. This commit changes tests
there to not run with security manager to avoid security manager
specific failures even though release versions only runs with entitlements.
closes #127784
closes #127785
closes #1277861 parent de16e5a commit 38dcdc3
File tree
1 file changed
+1
-1
lines changed- test/framework/src/main/java/org/elasticsearch/bootstrap
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments