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 c8209fa commit 8b34066Copy full SHA for 8b34066
server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java
@@ -69,6 +69,7 @@
69
import static org.hamcrest.core.IsNull.nullValue;
70
71
@ESIntegTestCase.SuiteScopeTestCase
72
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29456")
73
public class MovAvgIT extends ESIntegTestCase {
74
private static final String INTERVAL_FIELD = "l_value";
75
private static final String VALUE_FIELD = "v_value";
0 commit comments