Skip to content

Commit

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

* This was fixed by #40947
  • Loading branch information
original-brownbear authored Apr 8, 2019
1 parent f1302a5 commit 63acb48
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 63acb48

Please sign in to comment.