disable testCreateAndDeleteIndexConcurrently, it is flaky and we have an issue for it

This commit is contained in:
Britta Weber 2016-01-13 16:21:58 +01:00
parent a7a45cd941
commit e0edb07cc6
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ public class CreateIndexIT extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/14932,https://github.com/elastic/elasticsearch/pull/15853" )
public void testCreateAndDeleteIndexConcurrently() throws InterruptedException {
createIndex("test");
final AtomicInteger indexVersion = new AtomicInteger(0);