Skip to content

Commit 4e6e539

Browse files
committed
AwaitsFix for #96578
1 parent ea0d707 commit 4e6e539

File tree

1 file changed

+1
-0
lines changed
  • server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/create

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/create/CreateIndexIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ public void testInvalidShardCountSettingsWithoutPrefix() throws Exception {
206206
}
207207
}
208208

209+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96578")
209210
public void testCreateAndDeleteIndexConcurrently() throws InterruptedException {
210211
createIndex("test");
211212
final AtomicInteger indexVersion = new AtomicInteger(0);

0 commit comments

Comments
 (0)