Skip to content

Commit e692396

Browse files
author
Paultagoras
committed
These tests aren't implemented, so makes sense to disable
1 parent 80e99a1 commit e692396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jdbc-v2/src/test/java/com/clickhouse/jdbc/metadata/DatabaseMetaDataTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,17 @@ public void testGetServerVersions() throws Exception {
183183
}
184184
}
185185

186-
@Test(groups = { "integration" })
186+
@Test(groups = { "integration" }, enabled = false)
187187
public void testGetTypeInfo() throws Exception {
188188
Assert.fail("Not implemented");
189189
}
190190

191-
@Test(groups = { "integration" })
191+
@Test(groups = { "integration" }, enabled = false)
192192
public void testGetProcedures() throws Exception {
193193
Assert.fail("Not implemented");
194194
}
195195

196-
@Test(groups = { "integration" })
196+
@Test(groups = { "integration" }, enabled = false)
197197
public void testGetClientInfoProperties() throws Exception {
198198
try (Connection conn = getJdbcConnection()) {
199199
DatabaseMetaData dbmd = conn.getMetaData();

0 commit comments

Comments
 (0)