From a5ce46359a3fa5ab32276235073b74b34bac37fd Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 18 May 2026 19:00:16 +0200 Subject: [PATCH] test(document): remove redundant global generate_statistics from test config Stats tracking is already enabled per-test via setStatisticsEnabled(true); enabling it globally added unnecessary overhead to every test in the suite. Co-Authored-By: Claude Sonnet 4.6 --- backend/src/test/resources/application-test.yaml | 4 ---- 1 file changed, 4 deletions(-) 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.