Skip to content

Commit 95ac6fa

Browse files
authored
Muting CcrRepositoryIT.testIndividualActionsTimeout (#39246)
1 parent 279fcc1 commit 95ac6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public void testRateLimitingIsEmployed() throws Exception {
286286
}
287287
}
288288

289+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39245")
289290
public void testIndividualActionsTimeout() throws Exception {
290291
ClusterUpdateSettingsRequest settingsRequest = new ClusterUpdateSettingsRequest();
291292
TimeValue timeValue = TimeValue.timeValueMillis(100);

0 commit comments

Comments
 (0)