Skip to content

Commit eb8a591

Browse files
authored
[TEST] RecoveryWithConcurrentIndexing test (#40733)
Due to #40731
1 parent 10834a1 commit eb8a591

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
@@ -121,6 +121,7 @@ protected void doRun() throws Exception {
121121
return future;
122122
}
123123

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

0 commit comments

Comments
 (0)