Skip to content

Commit

Permalink
Unmute CreateIndexIT testCreateAndDeleteIndexConcurrently CI failures (
Browse files Browse the repository at this point in the history
…elastic#40960)

* This was fixed by elastic#40947
  • Loading branch information
original-brownbear authored and Gurkan Kaymak committed May 27, 2019
1 parent bda012f commit 3e53513
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3e53513

Please sign in to comment.