Mute DataTypeConversionTests.testConversionToDate

Due to https://github.com/elastic/elasticsearch/issues/35683
This commit is contained in:
David Roberts 2018-11-19 12:55:33 +00:00
parent 6d8af9731d
commit f70b7dc158
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class DataTypeConversionTests extends ESTestCase {
assertEquals("cannot cast [0xff] to [Long]", e.getMessage());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35683")
public void testConversionToDate() {
DataType to = DataType.DATE;
{