Skip to content

Commit f236bb3

Browse files
committed
Tests: Muted ScriptDocValuesDatesTests.testJodaTimeBwc
Relates #32779
1 parent 94a9b25 commit f236bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/fielddata/ScriptDocValuesDatesTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public void testJavaTime() throws IOException {
4747
assertDateDocValues(true);
4848
}
4949

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

0 commit comments

Comments
 (0)