Skip to content

Commit 982cd24

Browse files
author
Paultagoras
committed
Update ClickHouseStatementTest.java
1 parent a662b24 commit 982cd24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clickhouse-jdbc/src/test/java/com/clickhouse/jdbc/ClickHouseStatementTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ public void testSwitchCatalog() throws SQLException {
354354

355355
@Test(groups = "integration")
356356
public void testSwitchSchema() throws SQLException {
357+
if (isCloud()) return; //TODO: testSwitchSchema - Revisit, see:https://github.com/ClickHouse/clickhouse-java/issues/1747
357358
Properties props = new Properties();
358359
props.setProperty("databaseTerm", "schema");
359360
props.setProperty("database", "system");

0 commit comments

Comments
 (0)