From: Max Semenik Date: Wed, 4 Jan 2012 08:38:13 +0000 (+0000) Subject: Follow-up r107376: disable test by default, causes failures in some configurations X-Git-Tag: 1.31.0-rc.0~25558 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=2034614e92823d0c4bd0e8630dfe0c3047f1709c;p=lhc%2Fweb%2Fwiklou.git Follow-up r107376: disable test by default, causes failures in some configurations --- diff --git a/tests/phpunit/includes/db/DatabaseTest.php b/tests/phpunit/includes/db/DatabaseTest.php index 8592de9911..672e6645b8 100644 --- a/tests/phpunit/includes/db/DatabaseTest.php +++ b/tests/phpunit/includes/db/DatabaseTest.php @@ -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' );