From d2964e7f0bfa80e3e816ad756419c974800935fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Joly?= Date: Wed, 26 Mar 2025 07:25:52 +0100 Subject: [PATCH] Revert "Fix frontend_tests job long running times (#4829)" (#4836) This workaround should no longer be required, the initial bug in SCA analysis has been fixed. This reverts commit 1012f37ffaf9774ad41f4826ea5854ae08893ec7. --- frontend/sonar-project.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/sonar-project.properties b/frontend/sonar-project.properties index 7dae353082..4bd46c0a3c 100644 --- a/frontend/sonar-project.properties +++ b/frontend/sonar-project.properties @@ -8,4 +8,3 @@ sonar.test.inclusions=**/*.test.js,**/*.test.jsx,**/*.test.ts,**/*.test.tsx sonar.javascript.coveragePlugin=lcov sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.cpd.exclusions=src/deployment/__tests__/resources/** -sonar.sca.recursiveManifestSearch=false