Skip to content

Commit a3f53cf

Browse files
authored
[TEST] Mute RecoveryWithConcurrentIndexing test (#40735)
Due to #40731 Backport of #40733
1 parent 91a74ad commit a3f53cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ protected void doRun() throws Exception {
122122
return future;
123123
}
124124

125+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40731")
125126
public void testRecoveryWithConcurrentIndexing() throws Exception {
126127
final String index = "recovery_with_concurrent_indexing";
127128
Response response = client().performRequest(new Request("GET", "_nodes"));

0 commit comments

Comments
 (0)