Mute NodeSubclassTests#testReplaceChildren while we await a fix.

This commit is contained in:
Julie Tibshirani 2018-10-23 14:00:53 -07:00
parent f79bdec58a
commit 1f42024243
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ public class NodeSubclassTests<T extends B, B extends Node<B>> extends ESTestCas
/** /**
* Test {@link Node#replaceChildren} implementation on {@link #subclass}. * Test {@link Node#replaceChildren} implementation on {@link #subclass}.
*/ */
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34775")
public void testReplaceChildren() throws Exception { public void testReplaceChildren() throws Exception {
Constructor<T> ctor = longestCtor(subclass); Constructor<T> ctor = longestCtor(subclass);
Object[] nodeCtorArgs = ctorArgs(ctor); Object[] nodeCtorArgs = ctorArgs(ctor);