We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4a9bb commit a095115Copy full SHA for a095115
x-pack/plugin/ql/src/test/java/org/elasticsearch/xpack/ql/tree/NodeSubclassTests.java
@@ -153,6 +153,7 @@ public void testTransform() throws Exception {
153
/**
154
* Test {@link Node#replaceChildren} implementation on {@link #subclass}.
155
*/
156
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52951")
157
public void testReplaceChildren() throws Exception {
158
Constructor<T> ctor = longestCtor(subclass);
159
Object[] nodeCtorArgs = ctorArgs(ctor);
0 commit comments