Skip to content

Commit

Permalink
fixed v2 cloud tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser committed Dec 20, 2024
1 parent 84cec6e commit 6fa1bee
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public InsertClientContentCompressionTests() {

@Test(groups = { "integration" })
public void testInsertAndReadBackWithSecureConnection() {
if (isCloud()) {
return;
}
ClickHouseNode secureServer = getSecureServer(ClickHouseProtocol.HTTP);

try (Client client = new Client.Builder()
Expand Down

0 comments on commit 6fa1bee

Please sign in to comment.