We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90284e6 commit e3816d5Copy full SHA for e3816d5
core/src/test/java/org/elasticsearch/tribe/TribeIT.java
@@ -225,6 +225,7 @@ public void testIndexWriteBlocks() throws Exception {
225
}
226
227
228
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16299")
229
public void testOnConflictDrop() throws Exception {
230
logger.info("create 2 indices, test1 on t1, and test2 on t2");
231
assertAcked(cluster().client().admin().indices().prepareCreate("conflict"));
0 commit comments