We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0d707 commit 4e6e539Copy full SHA for 4e6e539
server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/create/CreateIndexIT.java
@@ -206,6 +206,7 @@ public void testInvalidShardCountSettingsWithoutPrefix() throws Exception {
206
}
207
208
209
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96578")
210
public void testCreateAndDeleteIndexConcurrently() throws InterruptedException {
211
createIndex("test");
212
final AtomicInteger indexVersion = new AtomicInteger(0);
0 commit comments