Skip to content

Commit

Permalink
Fix S3 autoconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Jun 6, 2024
1 parent c48ad0e commit 5b48f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ uttu.stopplace.netex-file-uri=src/test/resources/fixtures/stopplaces.xml

# This property is needed to avoid pubsub autoconfiguration
spring.cloud.gcp.pubsub.enabled=false
# This property is needed to avoid AWS S3 autoconfiguration
spring.cloud.aws.s3.enabled=false

0 comments on commit 5b48f79

Please sign in to comment.