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 d00a7b3 commit 4c3357fCopy full SHA for 4c3357f
clickhouse-grpc-client/src/test/java/com/clickhouse/client/grpc/ClickHouseGrpcClientTest.java
@@ -214,9 +214,4 @@ public void testLoadBalancingPolicyFailover(ClickHouseLoadBalancingPolicy loadBa
214
public void testFailover() {
215
throw new SkipException("Skip due to failover is not supported");
216
}
217
-
218
- @Override
219
- public void testServerTimezoneAppliedFromHeader(ClickHouseFormat format) throws Exception {
220
- throw new SkipException("Skip due to session timezone is not supported");
221
- }
222
0 commit comments