parent
dd44376d27
commit
090bdf69c0
|
@ -153,6 +153,7 @@ public class NodeSubclassTests<T extends B, B extends Node<B>> extends ESTestCas
|
|||
/**
|
||||
* Test {@link Node#replaceChildren} implementation on {@link #subclass}.
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52951")
|
||||
public void testReplaceChildren() throws Exception {
|
||||
Constructor<T> ctor = longestCtor(subclass);
|
||||
Object[] nodeCtorArgs = ctorArgs(ctor);
|
||||
|
|
Loading…
Reference in New Issue