Disabled SearchUpdateTest, the way it messes with LoadBalancer is completely FUBAR
authorMax Semenik <maxsem@users.mediawiki.org>
Thu, 4 Nov 2010 18:24:45 +0000 (18:24 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Thu, 4 Nov 2010 18:24:45 +0000 (18:24 +0000)
maintenance/tests/phpunit/includes/search/SearchUpdateTest.php

index fd2d70f..0befcd3 100644 (file)
@@ -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;