Removed the flickering test

This commit is contained in:
Marcin Grzejszczak
2017-02-28 09:08:04 +01:00
parent 7b7ceefb0a
commit c8fd5aece5

View File

@@ -85,15 +85,6 @@ public class StreamSpanListenerTests {
this.test.spans.clear();
}
@Test
public void acquireAndRelease() {
Span context = this.tracer.createSpan("http:foo");
this.tracer.close(context);
Awaitility.await().until(() -> assertThat(StreamSpanListenerTests.this.test.spans).hasSize(1));
}
@Test
public void rpcAnnotations() {
Span parent = Span.builder().traceId(1L).name("http:parent").remote(true)