Skip to content

Commit

Permalink
Skip broken CI tests (see issue #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sraka1 committed Nov 3, 2014
1 parent 7fa93e7 commit a9d5de8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Databox/Tests/PushTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

class PushTest extends DataboxTestCase
{
protected function setUp()
{
$this->markTestSkipped('Test unavailable due to CA issues. Update to Guzzle 5 will fix this.');
}

public function testPushData()
{
Expand Down

0 comments on commit a9d5de8

Please sign in to comment.