We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96674a commit 5687a17Copy full SHA for 5687a17
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRepositoryIT.java
@@ -286,6 +286,7 @@ public void testRateLimitingIsEmployed() throws Exception {
286
}
287
288
289
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39245")
290
public void testIndividualActionsTimeout() throws Exception {
291
ClusterUpdateSettingsRequest settingsRequest = new ClusterUpdateSettingsRequest();
292
TimeValue timeValue = TimeValue.timeValueMillis(100);
0 commit comments