From: Sam Reed Date: Sun, 3 Oct 2010 18:21:58 +0000 (+0000) Subject: Marking testApiGotCookie incomplete X-Git-Tag: 1.31.0-rc.0~34642 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=e10d71071b16ff2ac7939bd42a8440ef5fdb186f;p=lhc%2Fweb%2Fwiklou.git Marking testApiGotCookie incomplete $this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" ); --- diff --git a/maintenance/tests/phpunit/includes/api/ApiTest.php b/maintenance/tests/phpunit/includes/api/ApiTest.php index f031157343..bd849af9a6 100644 --- a/maintenance/tests/phpunit/includes/api/ApiTest.php +++ b/maintenance/tests/phpunit/includes/api/ApiTest.php @@ -164,6 +164,8 @@ class ApiTest extends ApiTestSetup { } function testApiGotCookie() { + $this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" ); + global $wgServer, $wgScriptPath; if ( !isset( $wgServer ) ) {