Skip to content

Commit

Permalink
Mute CoreValuesSourceTypeTests.testDatePrepareRoundingWithDocs (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna authored and pugnascotia committed Oct 21, 2020
1 parent 1376afd commit dec6ea9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void testDatePrepareRoundingWithNothing() throws IOException {
});
}

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

0 comments on commit dec6ea9

Please sign in to comment.