Skip to content

Commit c344464

Browse files
committed
[js] Skip test that fails due to marionette bug
See mozilla/geckodriver#137
1 parent 65facb1 commit c344464

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascript/node/selenium-webdriver/test/element_finding_test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ test.suite(function(env) {
153153
});
154154
});
155155

156-
test.it('works on XHTML pages', function() {
156+
// See https://github.com/mozilla/geckodriver/issues/137
157+
test.ignore(browsers(Browser.FIREFOX)).
158+
it('works on XHTML pages', function() {
157159
driver.get(test.whereIs('actualXhtmlPage.xhtml'));
158160

159161
var el = driver.findElement(By.linkText('Foo'));

0 commit comments

Comments
 (0)