Skip to content

Commit 4c634a3

Browse files
authored
Merge pull request #374 from youngsofun/ts
ci: fix compatibility test
2 parents 293e900 + 1be46e8 commit 4c634a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

databend-jdbc/src/test/java/com/databend/jdbc/TestTypes.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ public void TestDate(String tz, boolean useLocalDate) throws SQLException {
302302

303303
@Test(groups = {"IT"})
304304
public void TestInterval() throws SQLException {
305+
if (Compatibility.skipDriverBugLowerThen("0.4.2")) {
306+
return;
307+
}
305308
try (Connection c = Utils.createConnection();
306309
Statement s = c.createStatement()) {
307310

0 commit comments

Comments
 (0)