Further simplify integration tests for zipkin-stream

It's not really necessary to use rabbit, but the existing tests
weren't really using the stream components at all because
zipkin spans were being collected by spring-cloud-sleuth-zipkin.
This commit is contained in:
Dave Syer
2016-01-13 13:22:46 +00:00
parent 5580064fbc
commit 687ef45e6d
11 changed files with 168 additions and 140 deletions

View File

@@ -4,3 +4,6 @@ server:
spring:
application:
name: testSleuthApp
# TODO: remove this once Brave is off the class path
zipkin:
enabled: false