Skip to content

Commit 3a3cde1

Browse files
committed
It's quite possible that this test causes Firefox (marionette) hang on travis
1 parent c5fec8c commit 3a3cde1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/client/test/org/openqa/selenium/JavascriptEnabledDriverTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ public void testShouldBeAbleToGetTheLocationOfAnElement() {
229229
@NeedsFreshDriver
230230
@Test
231231
@Ignore(value = SAFARI, reason = "issue 3693")
232+
@Ignore(value = MARIONETTE, issue = "https://github.com/mozilla/geckodriver/issues/611")
232233
public void testShouldBeAbleToClickALinkThatClosesAWindow() throws Exception {
233234
driver.get(pages.javascriptPage);
234235

0 commit comments

Comments
 (0)