Mute NodeSubclassTests#testReplaceChildren (#52952)

Relates #52951
This commit is contained in:
Luca Cavanna 2020-02-28 16:13:17 +01:00 committed by GitHub
parent dd44376d27
commit 090bdf69c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);