Skip to content

Commit b94b611

Browse files
committed
Mute CoreValuesSourceTypeTests.testDatePrepareRoundingWithDocs
Relates to elastic#63969
1 parent 265a214 commit b94b611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/support/CoreValuesSourceTypeTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void testDatePrepareRoundingWithNothing() throws IOException {
5757
});
5858
}
5959

60+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63969")
6061
public void testDatePrepareRoundingWithDocs() throws IOException {
6162
long min = randomLongBetween(0, 1000000);
6263
long max = randomLongBetween(min + 1, 100000000000L);

0 commit comments

Comments
 (0)