From 58f0f764afd93a3bd6f1a7e197be3014ba7578df Mon Sep 17 00:00:00 2001 From: Armin Date: Mon, 8 Apr 2019 15:00:04 +0200 Subject: [PATCH] Unmute CreateIndexIT testCreateAndDeleteIndexConcurrently CI failures * This was fixed by #40947 --- .../elasticsearch/action/admin/indices/create/CreateIndexIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/test/java/org/elasticsearch/action/admin/indices/create/CreateIndexIT.java b/server/src/test/java/org/elasticsearch/action/admin/indices/create/CreateIndexIT.java index 773cd4feb2233..f23dbaa8ea413 100644 --- a/server/src/test/java/org/elasticsearch/action/admin/indices/create/CreateIndexIT.java +++ b/server/src/test/java/org/elasticsearch/action/admin/indices/create/CreateIndexIT.java @@ -254,7 +254,6 @@ public void testInvalidShardCountSettingsWithoutPrefix() throws Exception { } } - @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40951") public void testCreateAndDeleteIndexConcurrently() throws InterruptedException { createIndex("test"); final AtomicInteger indexVersion = new AtomicInteger(0);