Skip to content

Commit 46f47b4

Browse files
committed
Ignoring on travis temporarily. May be it is relates to window size, but it is not possible to change it yet in marionette.
1 parent 15b9bba commit 46f47b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ public void testCanClickOnALinkThatContainsTextWrappedInASpan() {
216216
}
217217

218218
@Test
219+
@Ignore(value = MARIONETTE, travis = true) // TODO: why???
219220
public void testCanClickOnALinkThatContainsEmbeddedBlockElements() {
220221
assumeFalse(
221222
"Fails on Android phones: https://code.google.com/p/chromedriver/issues/detail?id=1022",

0 commit comments

Comments
 (0)