muted tests that will be replaced by the shard follow task refactoring:

https://github.com/elastic/elasticsearch/pull/31581
This commit is contained in:
Martijn van Groningen 2018-06-29 11:47:46 +02:00
parent 573df2dd2e
commit 8ecfcc3b80
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ public class ChunksCoordinatorTests extends ESTestCase {
assertThat(result.get(4)[1], equalTo(8196L));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
public void testCoordinator() throws Exception {
Client client = createClientMock();
@ -228,6 +229,7 @@ public class ChunksCoordinatorTests extends ESTestCase {
assertThat(exception[0], nullValue());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/31581")
public void testChunkProcessorRetry() {
Client client = createClientMock();
Queue<long[]> chunks = new LinkedList<>();