We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf118e commit 8ff13c9Copy full SHA for 8ff13c9
jdbc-v2/src/test/java/com/clickhouse/jdbc/metadata/DatabaseMetaDataTest.java
@@ -184,13 +184,13 @@ public void testGetServerVersions() throws Exception {
184
}
185
186
187
- @Test(groups = { "integration" })
+ @Test(groups = { "integration" }, enabled = false)
188
public void testGetTypeInfo() throws Exception {
189
Assert.fail("Not implemented");
190
191
192
193
- public void testGetProcedures() throws Exception {
+ public void testGetFunctions() throws Exception {
194
195
196
0 commit comments