File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
test/framework/src/main/java/org/elasticsearch/test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,7 @@ private static void forceImmutableCollectionsSeed(long seed) {
443443 * doesn't have a {@link RandomizedContext}. There's probably a way to do this
444444 * that isn't a nasty hack, but that's a job for another day.
445445 */
446+ @ SuppressForbidden (reason = "I'm not proud of it, but I don't want to spend spacetime looking at carrotsearch :)" )
446447 @ BeforeClass
447448 public static void fudgeRandomContextForVirtualThreads () {
448449 final RandomizedContext current = RandomizedContext .current ();
@@ -468,6 +469,7 @@ public static void fudgeRandomContextForVirtualThreads() {
468469 }
469470 }
470471
472+ @ SuppressForbidden (reason = "I'm not proud of it, but I don't want to spend spacetime looking at carrotsearch :)" )
471473 @ AfterClass
472474 public static void cleanUpMess () {
473475 if (virtualThreadsContext .get () != null ) {
You can’t perform that action at this time.
0 commit comments