File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
jdbc-v2/src/test/java/com/clickhouse/jdbc/metadata Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments