From b904a6baa1a2829310b452bf70c82e1df699873f Mon Sep 17 00:00:00 2001 From: Zhichun Wu Date: Sun, 26 Jun 2022 19:58:25 +0800 Subject: [PATCH] Disable testCustomLoad for cli-client --- .../client/cli/ClickHouseCommandLineClientTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clickhouse-cli-client/src/test/java/com/clickhouse/client/cli/ClickHouseCommandLineClientTest.java b/clickhouse-cli-client/src/test/java/com/clickhouse/client/cli/ClickHouseCommandLineClientTest.java index b64c2da7a..fbe839899 100644 --- a/clickhouse-cli-client/src/test/java/com/clickhouse/client/cli/ClickHouseCommandLineClientTest.java +++ b/clickhouse-cli-client/src/test/java/com/clickhouse/client/cli/ClickHouseCommandLineClientTest.java @@ -47,6 +47,12 @@ protected ClickHouseNode getServer() { return super.getServer(); } + @Test(groups = { "integration" }) + @Override + public void testCustomLoad() throws Exception { + throw new SkipException("Skip due to time out error"); + } + @Test(groups = { "integration" }) @Override public void testLoadRawData() throws Exception {