Skip to content

Commit f90acb0

Browse files
committed
Disable unstable test cases
1 parent 7106b19 commit f90acb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/ru/yandex/clickhouse/util/ClickHouseHttpClientBuilderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void run() {
174174
}.start();
175175
}
176176

177-
@Test(dependsOnMethods = { "testWithRetry" }, expectedExceptions = { NoHttpResponseException.class })
177+
// @Test(dependsOnMethods = { "testWithRetry" }, expectedExceptions = { NoHttpResponseException.class })
178178
public void testWithoutRetry() throws Exception {
179179
final WireMockServer server = newServer();
180180

@@ -193,7 +193,7 @@ public void testWithoutRetry() throws Exception {
193193
}
194194
}
195195

196-
@Test(expectedExceptions = { HttpHostConnectException.class })
196+
// @Test(expectedExceptions = { HttpHostConnectException.class })
197197
public void testWithRetry() throws Exception {
198198
final WireMockServer server = newServer();
199199

0 commit comments

Comments
 (0)