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 Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ public void testThatRepositoryRecoversEmptyIndexBasedOnLeaderSettings() throws I
169169 assertNotEquals (leaderMetadata .getIndexUUID (), followerMetadata .getIndexUUID ());
170170 }
171171
172+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/38100" )
172173 public void testDocsAreRecovered () throws Exception {
173174 String leaderClusterRepoName = CcrRepository .NAME_PREFIX + "leader_cluster" ;
174175 String leaderIndex = "index1" ;
@@ -315,6 +316,7 @@ public void testRateLimitingIsEmployed() throws Exception {
315316 }
316317 }
317318
319+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/38100" )
318320 public void testIndividualActionsTimeout () throws Exception {
319321 ClusterUpdateSettingsRequest settingsRequest = new ClusterUpdateSettingsRequest ();
320322 TimeValue timeValue = TimeValue .timeValueMillis (100 );
You can’t perform that action at this time.
0 commit comments