Skip to content

Commit 6fa1bee

Browse files
committed
fixed v2 cloud tests
1 parent 84cec6e commit 6fa1bee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client-v2/src/test/java/com/clickhouse/client/insert/InsertClientContentCompressionTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ public InsertClientContentCompressionTests() {
2525

2626
@Test(groups = { "integration" })
2727
public void testInsertAndReadBackWithSecureConnection() {
28+
if (isCloud()) {
29+
return;
30+
}
2831
ClickHouseNode secureServer = getSecureServer(ClickHouseProtocol.HTTP);
2932

3033
try (Client client = new Client.Builder()

0 commit comments

Comments
 (0)