Skip to content

Commit 9a5b959

Browse files
committed
Mute failing test
Tracking #37708
1 parent 68c898a commit 9a5b959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/evil-tests/src/test/java/org/elasticsearch/threadpool/EvilThreadPoolTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ public void testExecutionExceptionOnAutoQueueFixedESThreadPoolExecutor() throws
219219
}
220220
}
221221

222+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37708")
222223
public void testExecutionExceptionOnSinglePrioritizingThreadPoolExecutor() throws InterruptedException {
223224
final PrioritizedEsThreadPoolExecutor prioritizedExecutor = EsExecutors.newSinglePrioritizing("test",
224225
EsExecutors.daemonThreadFactory("test"), threadPool.getThreadContext(), threadPool.scheduler());

0 commit comments

Comments
 (0)