Skip to content

Commit 6230447

Browse files
committed
refs #77 - disable webdriver test from #67
1 parent 5bf336b commit 6230447

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Test/WebDriver/WebDriverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ public function testSeleniumError()
155155
*/
156156
public function testSeleniumErrorResponse()
157157
{
158+
$this->markTestSkipped('this test is currently broken'); // see https://github.com/instaclick/php-webdriver/issues/77
159+
return;
160+
158161
try {
159162
$status = $this->driver->status();
160163
} catch (\Exception $e) {

0 commit comments

Comments
 (0)