Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Skipped lorumpixel test for the release where the service is pretty u…
Browse files Browse the repository at this point in the history
…nstable
  • Loading branch information
pimjansen committed Nov 6, 2019
1 parent 81b3400 commit 7f1052c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Faker/Provider/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function testUrlWithDimensionsAndBadCategory()

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);
Expand Down

0 comments on commit 7f1052c

Please sign in to comment.