Skip to content

Commit 8b34066

Browse files
committed
Mutes failing MovAvgIT tests
Relates #29456
1 parent c8209fa commit 8b34066

File tree

1 file changed

+1
-0
lines changed
  • server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/pipeline/moving/avg/MovAvgIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
import static org.hamcrest.core.IsNull.nullValue;
7070

7171
@ESIntegTestCase.SuiteScopeTestCase
72+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29456")
7273
public class MovAvgIT extends ESIntegTestCase {
7374
private static final String INTERVAL_FIELD = "l_value";
7475
private static final String VALUE_FIELD = "v_value";

0 commit comments

Comments
 (0)