Skip to content

Commit 6a2e196

Browse files
committed
Mute testReopenDuringCloseOnMultipleIndices
Relates #39757
1 parent a1fcb8a commit 6a2e196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public void testReopenDuringClose() throws Exception {
8484
assertIndexIsOpened(indexName);
8585
}
8686

87+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39757")
8788
public void testReopenDuringCloseOnMultipleIndices() throws Exception {
8889
final List<String> indices = new ArrayList<>();
8990
for (int i = 0; i < randomIntBetween(2, 10); i++) {

0 commit comments

Comments
 (0)