From 2034614e92823d0c4bd0e8630dfe0c3047f1709c Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 4 Jan 2012 08:38:13 +0000 Subject: [PATCH] Follow-up r107376: disable test by default, causes failures in some configurations --- tests/phpunit/includes/db/DatabaseTest.php | 3 +++ 1 file changed, 3 insertions(+) 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' ); -- 2.20.1