disable testCreateAndDeleteIndexConcurrently, it is flaky and we have an issue for it
This commit is contained in:
parent
a7a45cd941
commit
e0edb07cc6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue