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:
@@ -4,3 +4,6 @@ server:
|
||||
spring:
|
||||
application:
|
||||
name: testSleuthApp
|
||||
# TODO: remove this once Brave is off the class path
|
||||
zipkin:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user