Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Remove ping UI test, bc ES storage returns error when there is no data
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay committed Oct 10, 2017
1 parent 1b0040c commit 4bcaf71
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ public class BaseETest {
@ArquillianResource
private URL zipkinUrl;

@Test
public void testUiResponds() throws IOException, InterruptedException {
Request request = new Request.Builder()
.url(queryUrl)
.get()
.build();

try (Response response = okHttpClient.newCall(request).execute()) {
assertEquals(200, response.code());
}
}

@Test
public void testReportSpanToCollector() throws IOException, InterruptedException {
Tracer tracer = createJaegerTracer("service1");
Expand Down

0 comments on commit 4bcaf71

Please sign in to comment.