Skip to content

Commit 1d1d1ea

Browse files
davidkyleGurkan Kaymak
authored and
Gurkan Kaymak
committed
Mute CreateIndexIT.testCreateAndDeleteIndexConcurrently
Relates to elastic#40951
1 parent a31df8b commit 1d1d1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public void testInvalidShardCountSettingsWithoutPrefix() throws Exception {
254254
}
255255
}
256256

257+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40951")
257258
public void testCreateAndDeleteIndexConcurrently() throws InterruptedException {
258259
createIndex("test");
259260
final AtomicInteger indexVersion = new AtomicInteger(0);

0 commit comments

Comments
 (0)