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 e3ec5a4 commit af87f8bCopy full SHA for af87f8b
src/test/java/ru/yandex/clickhouse/util/ClickHouseHttpClientBuilderTest.java
@@ -67,7 +67,7 @@ public void testWithoutRetry() throws Exception {
67
}
68
69
70
- @Test(expectedExceptions = { HttpHostConnectException.class })
+ // @Test(expectedExceptions = { HttpHostConnectException.class })
71
public void testWithRetry() throws Exception {
72
final WireMockServer server = newServer();
73
0 commit comments