diff options
Diffstat (limited to 'aai-traversal/src/test')
-rw-r--r-- | aai-traversal/src/test/resources/application-test.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aai-traversal/src/test/resources/application-test.properties b/aai-traversal/src/test/resources/application-test.properties index d77532d..00720c8 100644 --- a/aai-traversal/src/test/resources/application-test.properties +++ b/aai-traversal/src/test/resources/application-test.properties @@ -18,6 +18,9 @@ spring.autoconfigure.exclude=\ spring.jersey.application-path=/ spring.profiles.active=production + +spring.sleuth.enabled=false + #The max number of active threads in this pool server.tomcat.threads.max=200 #The minimum number of threads always kept alive |