mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
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…
x
Reference in New Issue
Block a user