From b1b140459f59e1da53379de4fb4f169ea2e6d569 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Thu, 4 Nov 2010 18:24:45 +0000 Subject: [PATCH] Disabled SearchUpdateTest, the way it messes with LoadBalancer is completely FUBAR --- .../tests/phpunit/includes/search/SearchUpdateTest.php | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.20.1