Skip to content

Commit

Permalink
refs #77 - disable webdriver test from #67
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jun 29, 2017
1 parent 5bf336b commit 6230447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Test/WebDriver/WebDriverTest.php
Expand Up @@ -155,6 +155,9 @@ public function testSeleniumError()
*/
public function testSeleniumErrorResponse()
{
$this->markTestSkipped('this test is currently broken'); // see https://github.com/instaclick/php-webdriver/issues/77
return;

try {
$status = $this->driver->status();
} catch (\Exception $e) {
Expand Down

0 comments on commit 6230447

Please sign in to comment.