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 92f290e commit d74e9f8Copy full SHA for d74e9f8
server/src/test/java/org/elasticsearch/threadpool/ThreadPoolTests.java
@@ -358,6 +358,7 @@ public void testScheduledOneShotForceExecution() {
358
}
359
360
361
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106618")
362
public void testScheduledFixedDelayRejection() {
363
final String name = "fixed-bounded";
364
final ThreadPool threadPool = new TestThreadPool(
0 commit comments