Pārlūkot izejas kodu

Set this test as slow

Remi Collet 9 gadi atpakaļ
vecāks
revīzija
c350bceeea
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      tests/Composer/Test/Util/RemoteFilesystemTest.php

+ 3 - 0
tests/Composer/Test/Util/RemoteFilesystemTest.php

@@ -137,6 +137,9 @@ class RemoteFilesystemTest extends \PHPUnit_Framework_TestCase
         $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0));
         $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0));
     }
     }
 
 
+    /**
+     * @group slow
+     */
     public function testCaptureAuthenticationParamsFromUrl()
     public function testCaptureAuthenticationParamsFromUrl()
     {
     {
         $io = $this->getMock('Composer\IO\IOInterface');
         $io = $this->getMock('Composer\IO\IOInterface');