Mute DataTypeConversionTests.testConversionToDate
Due to https://github.com/elastic/elasticsearch/issues/35683
This commit is contained in:
parent
6d8af9731d
commit
f70b7dc158
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue