Skip to content

Commit 8ff13c9

Browse files
committed
disabled tests for unimplemented features
1 parent 4bf118e commit 8ff13c9

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
@@ -184,13 +184,13 @@ public void testGetServerVersions() throws Exception {
184184
}
185185
}
186186

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

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

0 commit comments

Comments
 (0)