We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9ef67 commit 82eb49aCopy full SHA for 82eb49a
clickhouse-cli-client/src/test/java/com/clickhouse/client/cli/ClickHouseCommandLineClientTest.java
@@ -53,6 +53,13 @@ public void testCustomLoad() throws Exception {
53
throw new SkipException("Skip due to time out error");
54
}
55
56
+ @Test(groups = { "integration" })
57
+ @Override
58
+ public void testErrorDuringQuery() throws Exception {
59
+ throw new SkipException(
60
+ "Skip due to incomplete implementation(needs to consider ErrorOutputStream in deserialization as well)");
61
+ }
62
+
63
@Test(groups = { "integration" })
64
@Override
65
public void testLoadRawData() throws Exception {
0 commit comments