From: Max Semenik Date: Thu, 4 Nov 2010 18:24:45 +0000 (+0000) Subject: Disabled SearchUpdateTest, the way it messes with LoadBalancer is completely FUBAR X-Git-Tag: 1.31.0-rc.0~34092 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=b1b140459f59e1da53379de4fb4f169ea2e6d569;p=lhc%2Fweb%2Fwiklou.git Disabled SearchUpdateTest, the way it messes with LoadBalancer is completely FUBAR --- diff --git a/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php b/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php index fd2d70f6f6..0befcd32aa 100644 --- a/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php +++ b/maintenance/tests/phpunit/includes/search/SearchUpdateTest.php @@ -43,6 +43,11 @@ class MockSearch extends SearchEngine { } } +/** + * @group Broken + * Disabled until we're able to run it without messing with LoadBalancer and breaking + * other tests in a sneaky way + */ class SearchUpdateTest extends PHPUnit_Framework_TestCase { static $searchType; static $dbtype;