Skip to content

Commit

Permalink
disable stumbleupon tests
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak authored Jul 19, 2016
1 parent 2bbf4dc commit 145f8a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ShariffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ShariffTest extends \PHPUnit_Framework_TestCase
"LinkedIn",
"Pinterest",
"Reddit",
"StumbleUpon",
// "StumbleUpon",
"Xing"
);

Expand Down Expand Up @@ -53,9 +53,9 @@ public function testShariff()
$this->assertInternalType('int', $counts['pinterest']);
$this->assertGreaterThanOrEqual(0, $counts['pinterest']);

$this->assertArrayHasKey('stumbleupon', $counts);
$this->assertInternalType('int', $counts['stumbleupon']);
$this->assertGreaterThanOrEqual(0, $counts['stumbleupon']);
// $this->assertArrayHasKey('stumbleupon', $counts);
// $this->assertInternalType('int', $counts['stumbleupon']);
// $this->assertGreaterThanOrEqual(0, $counts['stumbleupon']);

// It seems Xing and reddit are blocking Travis from time to time - maybe caused by DOS protection
if (!getenv("TRAVIS")) {
Expand Down

0 comments on commit 145f8a6

Please sign in to comment.