Skip to content

Commit

Permalink
fix(test): add test profile prop and retrofit disable prop (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
srekapalli committed Jul 21, 2020
1 parent aacfabd commit 363c7a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ class FunctionalSpec extends Specification {
System.setProperty("saml.enabled", "false")
System.setProperty('spring.session.store-type', 'NONE')
System.setProperty("spring.main.allow-bean-definition-overriding", "true")
System.setProperty("spring.profiles.active", "test")
System.setProperty("retrofit.enabled", "false")
def spring = new SpringApplication()
spring.setSources([FunctionalConfiguration] as Set)
ctx = spring.run()
Expand Down

0 comments on commit 363c7a1

Please sign in to comment.