Skip to content

Commit f919c34

Browse files
committed
Mute FieldSortIT#testCastDate (#63972)
Relates to #63719
1 parent 973c3df commit f919c34

File tree

1 file changed

+1
-0
lines changed
  • server/src/internalClusterTest/java/org/elasticsearch/search/sort

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/sort/FieldSortIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,6 +1751,7 @@ public void testCastNumericType() throws Exception {
17511751
}
17521752
}
17531753

1754+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63719")
17541755
public void testCastDate() throws Exception {
17551756
assertAcked(prepareCreate("index_date")
17561757
.addMapping("_doc", "field", "type=date"));

0 commit comments

Comments
 (0)