Skip to content

Commit d74e9f8

Browse files
committed
AwaitsFix for #106618
1 parent 92f290e commit d74e9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/threadpool/ThreadPoolTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ public void testScheduledOneShotForceExecution() {
358358
}
359359
}
360360

361+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106618")
361362
public void testScheduledFixedDelayRejection() {
362363
final String name = "fixed-bounded";
363364
final ThreadPool threadPool = new TestThreadPool(

0 commit comments

Comments
 (0)