From 13023f92a56bc76f5c716451215cd5780911f16b Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 15 Aug 2011 21:18:23 +0000 Subject: [PATCH] avoid playing with $_SERVER in test for now fu r94558 --- tests/phpunit/includes/ProxyTools/wfGetIPTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/includes/ProxyTools/wfGetIPTest.php b/tests/phpunit/includes/ProxyTools/wfGetIPTest.php index 007af5a902..bef16b1e93 100644 --- a/tests/phpunit/includes/ProxyTools/wfGetIPTest.php +++ b/tests/phpunit/includes/ProxyTools/wfGetIPTest.php @@ -35,6 +35,9 @@ class wfGetIPTest extends MediaWikiTestCase { $wgCommandLineMode = $save; } + /** + * @group Broken + */ function testGetFromServerRemoteAddr() { global $_SERVER; $save = null; -- 2.20.1