diff options
author | Steve Marion <steve.marion@sonarsource.com> | 2024-06-25 17:28:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-08 20:02:37 +0000 |
commit | 033066b9d8a2b47626367f2de47f5c7d26971787 (patch) | |
tree | 78b0423343d8c5e7b7b7bac79d1d830c6dc193c4 /server | |
parent | d0eea1fc34b6106b66206486ab3b929eb5edc03d (diff) | |
download | sonarqube-033066b9d8a2b47626367f2de47f5c7d26971787.tar.gz sonarqube-033066b9d8a2b47626367f2de47f5c7d26971787.zip |
SONAR-22110 remove test and ut monitoring projects.
remove support for aop in it-.
remove logstash configuration and usage.
remove aspectj injection configuration in gradle config.
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/design-system/jest.config.js | 8 | ||||
-rw-r--r-- | server/sonar-web/jest.config.js | 6 |
2 files changed, 1 insertions, 13 deletions
diff --git a/server/sonar-web/design-system/jest.config.js b/server/sonar-web/design-system/jest.config.js index 1e30ea83586..4086af734ba 100644 --- a/server/sonar-web/design-system/jest.config.js +++ b/server/sonar-web/design-system/jest.config.js @@ -67,13 +67,7 @@ module.exports = { }, transformIgnorePatterns: ['/node_modules/(?!(d3-.+))/'], reporters: [ - 'default', - [ - '../config/jest/DataDogReporter.js', - { - outputFilepath: '/tmp/ut-ts-designsystem-test-monitoring.log', - }, - ], + 'default' ], testTimeout: 60000, }; diff --git a/server/sonar-web/jest.config.js b/server/sonar-web/jest.config.js index 28dba5af083..22bb1268040 100644 --- a/server/sonar-web/jest.config.js +++ b/server/sonar-web/jest.config.js @@ -71,12 +71,6 @@ module.exports = { titleTemplate: '{title}', }, ], - [ - './config/jest/DataDogReporter.js', - { - outputFilepath: '/tmp/ut-ts-web-test-monitoring.log', - }, - ], ['jest-slow-test-reporter', { numTests: 5, warnOnSlowerThan: 10000, color: true }], ], testTimeout: 60000, |