From: John Du Hart Date: Thu, 27 Oct 2011 21:01:28 +0000 (+0000) Subject: Followup r100905, disabling testGetRollbackToken because it reports as failed on... X-Git-Tag: 1.31.0-rc.0~26866 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=b0a7defa7f41c4efc43b508f9f34a22a046ac01c;p=lhc%2Fweb%2Fwiklou.git Followup r100905, disabling testGetRollbackToken because it reports as failed on Jenkins but no one can reproduce it. --- diff --git a/tests/phpunit/includes/api/ApiWatchTest.php b/tests/phpunit/includes/api/ApiWatchTest.php index 0fa8053399..b78037464b 100644 --- a/tests/phpunit/includes/api/ApiWatchTest.php +++ b/tests/phpunit/includes/api/ApiWatchTest.php @@ -93,7 +93,9 @@ class ApiWatchTest extends ApiTestCase { $this->assertArrayHasKey( 'edit', $data[0]['protect']['protections'][0] ); } - + /** + * @group Broken + */ function testGetRollbackToken() { $data = $this->getTokens();