From d455b3b267aea35fc67f7bab8df54b4d5d2020be Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 8 Jan 2012 16:40:05 +0000 Subject: [PATCH] Another @group Broken --- tests/phpunit/includes/api/ApiPurgeTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/includes/api/ApiPurgeTest.php b/tests/phpunit/includes/api/ApiPurgeTest.php index 38ad8ccab8..70c20746ff 100644 --- a/tests/phpunit/includes/api/ApiPurgeTest.php +++ b/tests/phpunit/includes/api/ApiPurgeTest.php @@ -10,8 +10,10 @@ class ApiPurgeTest extends ApiTestCase { $this->doLogin(); } + /** + * @group Broken + */ function testPurgeMainPage() { - $this->markTestIncomplete( "Broken" ); if ( !Title::newFromText( 'UTPage' )->exists() ) { $this->markTestIncomplete( "The article [[UTPage]] does not exist" ); } -- 2.20.1