mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
Skip PerformanceBudgetTest::testTotalModulesSize
Broke CI. Follows up Id5c28ecec20c4a74a113dd8781b6a022391ae443. Bug: T350338 Change-Id: Ief89f9dbc10b51d4eab238484e3b7f546c40c769
This commit is contained in:
parent
adaaaa80b1
commit
160fc79bc1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue