1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-04-21 16:01:56 +02:00

Skipped lorumpixel test for the release where the service is pretty unstable

This commit is contained in:
Pim Jansen 2019-11-06 18:29:44 +01:00
parent 81b3400169
commit 7f1052c420
No known key found for this signature in database
GPG Key ID: 52AFFC0751042A0F

View File

@ -74,6 +74,8 @@ class ImageTest extends TestCase
public function testDownloadWithDefaults()
{
$this->markTestSkipped('Skipped due to unstable service prior 1.9.0 release');
$url = "http://lorempixel.com/";
$curlPing = curl_init($url);
curl_setopt($curlPing, CURLOPT_TIMEOUT, 5);