Skip to content

Commit de00a85

Browse files
martijnvgdnhatn
authored andcommitted
muted tests that will be replaced by the shard follow task refactoring:
#31581
1 parent 71cc05d commit de00a85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/ChunksCoordinatorTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void testCreateChunks() {
102102
assertThat(result.get(4)[1], equalTo(8196L));
103103
}
104104

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

@@ -228,6 +229,7 @@ public void testChunkProcessor() {
228229
assertThat(exception[0], nullValue());
229230
}
230231

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

0 commit comments

Comments
 (0)