1
0
Fork 0

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

pull/10826/head
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
1 changed files with 2 additions and 4 deletions

View File

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