Skip to content

Commit 3f45f14

Browse files
committed
Re-enable test
1 parent da848a1 commit 3f45f14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/org/elasticsearch/common/util/concurrent/EsThreadPoolExecutorTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected Settings nodeSettings() {
4141
.build();
4242
}
4343

44-
@AwaitsFix(bugUrl = "test")
44+
@AwaitsFix(bugUrl = "WRITE and WRITE coordination are no longer thread pools")
4545
public void testRejectedExecutionExceptionContainsNodeName() {
4646
// we test a fixed and an auto-queue executor but not scaling since it does not reject
4747
runThreadPoolExecutorTest(1, randomFrom(ThreadPool.Names.WRITE_COORDINATION, ThreadPool.Names.WRITE));
@@ -84,7 +84,6 @@ protected void doRun() throws Exception {
8484
assertTrue(rejected.get());
8585
}
8686

87-
@AwaitsFix(bugUrl = "test")
8887
public void testExecuteThrowsException() {
8988
final RuntimeException exception = randomFrom(
9089
new RuntimeException("unexpected"),

0 commit comments

Comments
 (0)