File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 <>();
You can’t perform that action at this time.
0 commit comments