Skip to content

Commit

Permalink
Disable spring cloud aws s3 in tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Feb 21, 2024
1 parent c326f35 commit 426d3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
@SpringBootTest(classes = DepositApp.class)
@TestPropertySource(properties = {
"spring.jms.listener.auto-startup=false",
"spring.cloud.aws.s3.enabled=true",
"pass.deposit.repository.configuration=s3://test-bucket/s3-test-repositories.json"
})
@Testcontainers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#
spring.jms.listener.auto-startup=false
pass.deposit.jobs.disabled=true
spring.cloud.aws.s3.enabled=false

pass.client.url=http://localhost:8080/
pass.client.user=test
Expand Down

0 comments on commit 426d3e6

Please sign in to comment.