TribeIT.testOnConflictDrop test awaits fix until #16299 is resolved

This commit is contained in:
Ali Beyad 2016-01-28 17:10:04 -05:00
parent 90284e6f01
commit e3816d58ae
1 changed files with 1 additions and 0 deletions

View File

@ -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"));