Tests: Muted ScriptDocValuesDatesTests.testJodaTimeBwc

Relates #32779
This commit is contained in:
Alexander Reelsen 2018-08-10 14:36:41 +02:00
parent 94a9b253db
commit f236bb3ff6
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ public class ScriptDocValuesDatesTests extends ESTestCase {
assertDateDocValues(true);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32779")
public void testJodaTimeBwc() throws IOException {
assertDateDocValues(false, "The joda time api for doc values is deprecated." +
" Use -Des.scripting.use_java_time=true to use the java time api for date field doc values");