Follow-up r107376: disable test by default, causes failures in some configurations
[lhc/web/wiklou.git] / tests / phpunit / includes / db / DatabaseTest.php
index 8592de9..672e664 100644 (file)
@@ -98,6 +98,9 @@ class DatabaseTest extends MediaWikiTestCase {
                        $sql );
        }
 
+       /**
+        * @group Broken
+        */
        function testStoredFunctions() {
                if ( !in_array( wfGetDB( DB_MASTER )->getType(), array( 'mysql', 'postgres' ) ) ) {
                        $this->markTestSkipped( 'MySQL or Postgres required' );