avoid playing with $_SERVER in test for now
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 15 Aug 2011 21:18:23 +0000 (21:18 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 15 Aug 2011 21:18:23 +0000 (21:18 +0000)
fu r94558

tests/phpunit/includes/ProxyTools/wfGetIPTest.php

index 007af5a..bef16b1 100644 (file)
@@ -35,6 +35,9 @@ class wfGetIPTest extends MediaWikiTestCase {
                $wgCommandLineMode = $save;
        }
 
+       /**
+        * @group Broken
+        */
        function testGetFromServerRemoteAddr() {
                global $_SERVER;
                $save = null;