Skip to content

Commit

Permalink
[js] Skip test that fails due to marionette bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jul 1, 2016
1 parent 65facb1 commit c344464
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ test.suite(function(env) {
});
});

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

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

0 comments on commit c344464

Please sign in to comment.