Skip to content

Commit 090bdf6

Browse files
authored
Mute NodeSubclassTests#testReplaceChildren (#52952)
Relates #52951
1 parent dd44376 commit 090bdf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ql/src/test/java/org/elasticsearch/xpack/ql/tree/NodeSubclassTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public void testTransform() throws Exception {
153153
/**
154154
* Test {@link Node#replaceChildren} implementation on {@link #subclass}.
155155
*/
156+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52951")
156157
public void testReplaceChildren() throws Exception {
157158
Constructor<T> ctor = longestCtor(subclass);
158159
Object[] nodeCtorArgs = ctorArgs(ctor);

0 commit comments

Comments
 (0)