1
0
Fork 0

Disabled unit test breaking on some platforms. Ref #4973

pull/4974/head
Niels Keurentjes 2016-02-28 01:08:25 +01:00
parent 823266407f
commit a409e158b8
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");