File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/ru/yandex/clickhouse/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments