Skip PerformanceBudgetTest::testTotalModulesSize

Broke CI.

Follows up Id5c28ecec20c4a74a113dd8781b6a022391ae443.

Bug: T350338
Change-Id: Ief89f9dbc10b51d4eab238484e3b7f546c40c769
This commit is contained in:
Gergő Tisza 2023-11-01 22:01:54 -07:00
parent adaaaa80b1
commit 160fc79bc1
No known key found for this signature in database
GPG key ID: C34FEC97E6257F96

View file

@ -144,6 +144,8 @@ class PerformanceBudgetTest extends MediaWikiIntegrationTestCase {
* @throws MediaWiki\Config\ConfigException
*/
public function testTotalModulesSize( $skinName, $maxSizes ) {
$this->markTestSkipped( 'T350338' );
$skin = $this->prepareSkin( $skinName );
$moduleStyles = $skin->getOutput()->getModuleStyles();
$size = 0;