Skip to content

Commit 4c3357f

Browse files
committed
enabled grpc client test
1 parent d00a7b3 commit 4c3357f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clickhouse-grpc-client/src/test/java/com/clickhouse/client/grpc/ClickHouseGrpcClientTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,4 @@ public void testLoadBalancingPolicyFailover(ClickHouseLoadBalancingPolicy loadBa
214214
public void testFailover() {
215215
throw new SkipException("Skip due to failover is not supported");
216216
}
217-
218-
@Override
219-
public void testServerTimezoneAppliedFromHeader(ClickHouseFormat format) throws Exception {
220-
throw new SkipException("Skip due to session timezone is not supported");
221-
}
222217
}

0 commit comments

Comments
 (0)