Skip to content

Commit

Permalink
Skip nested data test
Browse files Browse the repository at this point in the history
httpbin changed their format, so these tests now fail.
  • Loading branch information
rmccue committed May 18, 2014
1 parent 3d2a40a commit 8d15afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Transport/Base.php
Expand Up @@ -49,6 +49,7 @@ public function testGETWithData() {
}

public function testGETWithNestedData() {
$this->markTestSkipped('httpbin changed their data format; this test will now fail');
$data = array(
'test' => 'true',
'test2' => array(
Expand Down

0 comments on commit 8d15afb

Please sign in to comment.