We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ae6f1 commit 4a0b61cCopy full SHA for 4a0b61c
x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/tree/NodeSubclassTests.java
@@ -147,6 +147,7 @@ public void testTransform() throws Exception {
147
/**
148
* Test {@link Node#replaceChildren} implementation on {@link #subclass}.
149
*/
150
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34775")
151
public void testReplaceChildren() throws Exception {
152
Constructor<T> ctor = longestCtor(subclass);
153
Object[] nodeCtorArgs = ctorArgs(ctor);
0 commit comments