Skip to content

Commit 2fcd3db

Browse files
committed
Mute FieldSortIT#testCastDate
Relates to elastic#63719
1 parent 265a214 commit 2fcd3db

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
@@ -1762,6 +1762,7 @@ public void testCastNumericType() throws Exception {
17621762
}
17631763
}
17641764

1765+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/63719")
17651766
public void testCastDate() throws Exception {
17661767
assertAcked(prepareCreate("index_date")
17671768
.setMapping("field", "type=date"));

0 commit comments

Comments
 (0)