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 17ed5bc commit 09df993Copy full SHA for 09df993
server/src/test/java/org/elasticsearch/threadpool/ThreadPoolTests.java
@@ -465,6 +465,7 @@ public void testScheduledOneShotForceExecution() {
465
}
466
467
468
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106618")
469
public void testScheduledFixedDelayRejection() {
470
final var name = "fixed-bounded";
471
final var threadPool = new TestThreadPool(
0 commit comments