From: Sam Reed Date: Sun, 11 Dec 2011 22:39:48 +0000 (+0000) Subject: Mark testPurgeMainPage broken after r105828 and r105833 X-Git-Tag: 1.31.0-rc.0~26065 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=49d471c67a106f8dbba0af803b4022e87773fa6d;p=lhc%2Fweb%2Fwiklou.git Mark testPurgeMainPage broken after r105828 and r105833 PhpUnit is more than broken locally (and phpunit.de is down) --- diff --git a/tests/phpunit/includes/api/ApiPurgeTest.php b/tests/phpunit/includes/api/ApiPurgeTest.php index 553cd26675..04e2dda394 100644 --- a/tests/phpunit/includes/api/ApiPurgeTest.php +++ b/tests/phpunit/includes/api/ApiPurgeTest.php @@ -11,6 +11,7 @@ class ApiPurgeTest extends ApiTestCase { } function testPurgeMainPage() { + $this->markTestIncomplete( "Broken" ); if ( !Title::newFromText( 'UTPage' )->exists() ) { $this->markTestIncomplete( "The article [[UTPage]] does not exist" ); }