Skip to content

Commit

Permalink
Mute NodeSubclassTests#testReplaceChildren while we await a fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Oct 23, 2018
1 parent c4f03ae commit 253fb03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public void testTransform() throws Exception {
/**
* Test {@link Node#replaceChildren} implementation on {@link #subclass}.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34775")
public void testReplaceChildren() throws Exception {
Constructor<T> ctor = longestCtor(subclass);
Object[] nodeCtorArgs = ctorArgs(ctor);
Expand Down

0 comments on commit 253fb03

Please sign in to comment.