Skip to content

Commit ec7c423

Browse files
committed
Merge branch 'peer-recovery-retention-leases' into 2019-07-25-prrl-integrate-recovery
2 parents 56c2466 + 96dd543 commit ec7c423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/state/CloseWhileRelocatingShardsIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected int maximumNumberOfShards() {
8686
return 3;
8787
}
8888

89+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44855")
8990
public void testCloseWhileRelocatingShards() throws Exception {
9091
final String[] indices = new String[randomIntBetween(3, 5)];
9192
final Map<String, Long> docsPerIndex = new HashMap<>();

0 commit comments

Comments
 (0)