Explorar o código

Disabled unit test breaking on some platforms. Ref #4973

Niels Keurentjes %!s(int64=9) %!d(string=hai) anos
pai
achega
a409e158b8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/Composer/Test/Downloader/GitDownloaderTest.php

+ 2 - 0
tests/Composer/Test/Downloader/GitDownloaderTest.php

@@ -351,6 +351,8 @@ class GitDownloaderTest extends TestCase
 
     public function testUpdateDoesntThrowsRuntimeExceptionIfGitCommandFailsAtFirstButIsAbleToRecover()
     {
+        $this->markTestIncomplete('This test is disabled until https://github.com/composer/composer/issues/4973 is resolved');
+
         $expectedFirstGitUpdateCommand = $this->winCompat("git remote set-url composer '' && git fetch composer && git fetch --tags composer");
         $expectedSecondGitUpdateCommand = $this->winCompat("git remote set-url composer 'git://github.com/composer/composer' && git fetch composer && git fetch --tags composer");