Skip to content

Commit 4a5cdf5

Browse files
committed
Mute ResultSetTestCase#testGettingDateWithoutCalendar
Seems flaky with java13 on JdbcResultSetIT, fails reliably. Tracking issue: #50035
1 parent d871dfd commit 4a5cdf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/sql/qa/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc/ResultSetTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,8 @@ public void testGettingBooleanValues() throws Exception {
867867
assertEquals(false, results.getObject("test_keyword", Boolean.class));
868868
});
869869
}
870-
870+
871+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50035")
871872
public void testGettingDateWithoutCalendar() throws Exception {
872873
createIndex("test");
873874
updateMappingForNumericValuesTests("test");

0 commit comments

Comments
 (0)