Skip to content

Commit e3816d5

Browse files
author
Ali Beyad
committed
TribeIT.testOnConflictDrop test awaits fix until #16299 is resolved
1 parent 90284e6 commit e3816d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/tribe/TribeIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public void testIndexWriteBlocks() throws Exception {
225225
}
226226
}
227227

228+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16299")
228229
public void testOnConflictDrop() throws Exception {
229230
logger.info("create 2 indices, test1 on t1, and test2 on t2");
230231
assertAcked(cluster().client().admin().indices().prepareCreate("conflict"));

0 commit comments

Comments
 (0)