1
0
Fork 0

Merge pull request #4974 from curry684/broken-unittest

Disabled unit test breaking on some platforms. Ref #4973
pull/4977/head
Jordi Boggiano 2016-02-29 14:05:31 +00:00
commit 0f1a3c803d
1 changed files with 2 additions and 0 deletions

View File

@ -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");