Skip to content

Commit

Permalink
Mute FieldSortIT#testCastDate (#63972)
Browse files Browse the repository at this point in the history
Relates to #63719
  • Loading branch information
javanna committed Oct 21, 2020
1 parent 973c3df commit f919c34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,7 @@ public void testCastNumericType() throws Exception {
}
}

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

0 comments on commit f919c34

Please sign in to comment.