Skip to content

Commit b14651f

Browse files
committed
Re-enable test
1 parent 929b4dc commit b14651f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/test/java/org/elasticsearch/action/bulk/TransportShardBulkActionTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ public void testNoOpReplicationOnPrimaryDocumentFailure() throws Exception {
888888
closeShards(shard);
889889
}
890890

891-
@AwaitsFix(bugUrl = "")
892891
public void testRetries() throws Exception {
893892
IndexSettings indexSettings = new IndexSettings(indexMetadata(), Settings.EMPTY);
894893
UpdateRequest writeRequest = new UpdateRequest("index", "id").doc(Requests.INDEX_CONTENT_TYPE, "field", "value");
@@ -960,7 +959,7 @@ public void testRetries() throws Exception {
960959
latch.await();
961960
}
962961

963-
@AwaitsFix(bugUrl = "Hopefully a one-off")
962+
@AwaitsFix(bugUrl = "Depends on there being a limited number of threads/queue")
964963
public void testForceExecutionOnRejectionAfterMappingUpdate() throws Exception {
965964
TestThreadPool rejectingThreadPool = new TestThreadPool(
966965
"TransportShardBulkActionTests#testForceExecutionOnRejectionAfterMappingUpdate",

0 commit comments

Comments
 (0)