TribeIT.testOnConflictDrop test awaits fix until #16299 is resolved
This commit is contained in:
parent
90284e6f01
commit
e3816d58ae
|
@ -225,6 +225,7 @@ public class TribeIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16299")
|
||||
public void testOnConflictDrop() throws Exception {
|
||||
logger.info("create 2 indices, test1 on t1, and test2 on t2");
|
||||
assertAcked(cluster().client().admin().indices().prepareCreate("conflict"));
|
||||
|
|
Loading…
Reference in New Issue