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.
This commit is contained in:
Loïc Joly 2025-03-26 07:25:52 +01:00 committed by GitHub
parent ccef1ab5e6
commit d2964e7f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,4 +8,3 @@ sonar.test.inclusions=**/*.test.js,**/*.test.jsx,**/*.test.ts,**/*.test.tsx
sonar.javascript.coveragePlugin=lcov sonar.javascript.coveragePlugin=lcov
sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.cpd.exclusions=src/deployment/__tests__/resources/** sonar.cpd.exclusions=src/deployment/__tests__/resources/**
sonar.sca.recursiveManifestSearch=false