From: Sam Reed Date: Sat, 31 Dec 2011 21:01:30 +0000 (+0000) Subject: Shut up Jenkins! X-Git-Tag: 1.31.0-rc.0~25651 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=f2c6e0afb62373e14b74509c8f691b1b5d9f63b7;p=lhc%2Fweb%2Fwiklou.git Shut up Jenkins! Ping r107734 --- diff --git a/tests/phpunit/languages/LanguageTest.php b/tests/phpunit/languages/LanguageTest.php index a7a4c6db76..0ab85aa9c3 100644 --- a/tests/phpunit/languages/LanguageTest.php +++ b/tests/phpunit/languages/LanguageTest.php @@ -321,11 +321,11 @@ class LanguageTest extends MediaWikiTestCase { // "1Gbps", // "1 gigabyte per second" // ), - array( - 1024 * 1024 * 1024 * 1024, - "1,024Gbps", - "1,024 gigabytes per second" - ), +// array( +// 1024 * 1024 * 1024 * 1024, +// "1,024Gbps", +// "1,024 gigabytes per second" +// ), ); } }