From e10d71071b16ff2ac7939bd42a8440ef5fdb186f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 3 Oct 2010 18:21:58 +0000 Subject: [PATCH] Marking testApiGotCookie incomplete $this->markTestIncomplete( "The server can't do external HTTP requests, and the internal one won't give cookies" ); --- maintenance/tests/phpunit/includes/api/ApiTest.php | 2 ++ 1 file changed, 2 insertions(+) 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 ) ) { -- 2.20.1