File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch/action/bulk Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ public void testSystemWriteDispatchesToSystemWriteCoordinationThreadPool() throw
453453 });
454454 }
455455
456+ @ AwaitsFix (bugUrl = "depends on being able to fill the write coordination thread pool" )
456457 public void testRejectCoordination () {
457458 BulkRequest bulkRequest = new BulkRequest ().add (new IndexRequest ("index" ).id ("id" ).source (Collections .emptyMap ()));
458459
@@ -467,6 +468,7 @@ public void testRejectCoordination() {
467468 }
468469 }
469470
471+ @ AwaitsFix (bugUrl = "depends on being able to fill the write coordination thread pool" )
470472 public void testRejectionAfterCreateIndexIsPropagated () {
471473 BulkRequest bulkRequest = new BulkRequest ().add (new IndexRequest ("index" ).id ("id" ).source (Collections .emptyMap ()));
472474
You can’t perform that action at this time.
0 commit comments