Skip to content

Commit

Permalink
muted tests that will be replaced by the shard follow task refactoring:
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg authored and dnhatn committed Jun 29, 2018
1 parent 71cc05d commit de00a85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void testCreateChunks() {
assertThat(result.get(4)[1], equalTo(8196L));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
public void testCoordinator() throws Exception {
Client client = createClientMock();

Expand Down Expand Up @@ -228,6 +229,7 @@ public void testChunkProcessor() {
assertThat(exception[0], nullValue());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
public void testChunkProcessorRetry() {
Client client = createClientMock();
Queue<long[]> chunks = new LinkedList<>();
Expand Down

0 comments on commit de00a85

Please sign in to comment.