|
@@ -7,9 +7,11 @@
|
|
|
package org.elasticsearch.xpack.ql.tree;
|
|
|
|
|
|
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
|
|
|
+
|
|
|
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
|
|
import org.elasticsearch.common.Strings;
|
|
|
-import org.elasticsearch.core.SuppressForbidden;
|
|
|
import org.elasticsearch.core.PathUtils;
|
|
|
+import org.elasticsearch.core.SuppressForbidden;
|
|
|
import org.elasticsearch.test.ESTestCase;
|
|
|
import org.elasticsearch.xpack.ql.expression.Expression;
|
|
|
import org.elasticsearch.xpack.ql.expression.FieldAttribute;
|
|
@@ -87,6 +89,7 @@ import static org.mockito.Mockito.mock;
|
|
|
* node of that type is called for.
|
|
|
* </ul>
|
|
|
*/
|
|
|
+@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79704")
|
|
|
public class NodeSubclassTests<T extends B, B extends Node<B>> extends ESTestCase {
|
|
|
|
|
|
private static final List<Class<?>> CLASSES_WITH_MIN_TWO_CHILDREN = asList(In.class, InPipe.class);
|