The CI tests for Language Team's patches (probably for other teams too) constantly fail, because of the following error:
```
MediaWiki\Skins\Vector\Tests\Structure\PerformanceBudgetTest::testTotalModulesSize with data set "vector-2022" ('vector-2022', array('80KB', '17KB'))
18:37:02 T346813: Performance budget for styles in skin vector-2022 on main article namespace has been exceeded. Total size of styles modules is 17.2 Kbs is greater than the current budget size of 17 Kbs (see Vector/bundlesize.config.json).
```
The issue exists since at least 18 hours ago.
Example of a failing CI test: https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-noselenium-docker/161818/console (and the related patch: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ContentTranslation/+/1010862/5)
```
02:37:05 1) MediaWiki\Skins\Vector\Tests\Structure\PerformanceBudgetTest::testTotalModulesSize with data set "vector-2022" ('vector-2022', array('80KB', '17KB'))
02:37:05 T346813: Performance budget for styles in skin vector-2022 on main article namespace has been exceeded. Total size of styles modules is 17.2 Kbs is greater than the current budget size of 17 Kbs (see Vector/bundlesize.config.json).
02:37:05 Please reduce styles that you are loading on page load or talk to the skin maintainer about modifying the budget.
02:37:05 The following modules are enabled on page load:
02:37:05 skins.vector.search.codex.styles
02:37:05 skins.vector.styles
02:37:05 skins.vector.user.styles
02:37:05 skins.vector.icons
02:37:05 ext.flaggedRevs.basic
02:37:05 ext.uls.pt
02:37:05 ext.visualEditor.desktopArticleTarget.noscript
02:37:05 site.styles
02:37:05 noscript
02:37:05 user.styles
```
# TODO
[] Restore test
[] Investigate the source of the increase and how it bypassed CI.
[] Create tasks related to any potential regressions if found.