Skip to content

Commit 4a0b61c

Browse files
jtibshiranikcm
authored andcommitted
Mute NodeSubclassTests#testReplaceChildren while we await a fix.
1 parent 06ae6f1 commit 4a0b61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public void testTransform() throws Exception {
147147
/**
148148
* Test {@link Node#replaceChildren} implementation on {@link #subclass}.
149149
*/
150+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34775")
150151
public void testReplaceChildren() throws Exception {
151152
Constructor<T> ctor = longestCtor(subclass);
152153
Object[] nodeCtorArgs = ctorArgs(ctor);

0 commit comments

Comments
 (0)