diff --git a/backend/src/test/resources/application-test.yaml b/backend/src/test/resources/application-test.yaml index d5644a9d..e1a2f913 100644 --- a/backend/src/test/resources/application-test.yaml +++ b/backend/src/test/resources/application-test.yaml @@ -13,10 +13,6 @@ spring: password: test mail: host: localhost - jpa: - properties: - hibernate: - generate_statistics: true # Disable OTel SDK entirely in tests — prevents auto-configuration from loading resource providers # (e.g. AzureAppServiceResourceProvider) that fail against the semconv version used here.