Skip to content

Commit 8ecfcc3

Browse files
committed
muted tests that will be replaced by the shard follow task refactoring:
#31581
1 parent 573df2d commit 8ecfcc3

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

+2
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)