1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Do not verify rate limit OK as part of test as these might randomly fail

This commit is contained in:
Jordi Boggiano 2022-06-06 17:01:31 +02:00
parent 367012513d
commit ab1de96fcb
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC

View file

@ -32,8 +32,7 @@ class DiagnoseCommandTest extends TestCase
$this->assertStringContainsString('Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: OK
Checking disk free space: ', $output);
Checking github.com rate limit: ', $output);
}
public function testCmdSuccess(): void
@ -51,7 +50,6 @@ Checking disk free space: ', $output);
$this->assertStringContainsString('Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com rate limit: OK
Checking disk free space: ', $output);
Checking github.com rate limit: ', $output);
}
}